Update iOS to new state model.
This commit is contained in:
parent
e4789d9cd2
commit
2c3d38f1ad
9 changed files with 153 additions and 129 deletions
|
@ -432,7 +432,6 @@ class AudioPlayer {
|
|||
Future<void> play() async {
|
||||
if (playing) return;
|
||||
_playingSubject.add(true);
|
||||
// TODO: Make platform side wait for playback to stop on iOS.
|
||||
await _invokeMethod('play');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue