Stops the current playback.
@override Future<void> stopPlayback() async { await methodChannel.invokeMethod<void>('stopPlayback'); }