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