switches pause mechanic for stop on stream
This commit is contained in:
@@ -45,8 +45,8 @@ class StreamingAudioBusinessObject extends ChangeNotifier {
|
||||
await _player.play();
|
||||
}
|
||||
|
||||
Future<void> pause() async {
|
||||
await _player.pause();
|
||||
Future<void> stop() async {
|
||||
await _player.stop();
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user