Pause audio playback.
@override Future<void> pause() async { await methodChannel.invokeMethod<void>('pause'); }