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