Pause the current active player
@override Future<void> pause() async { await methodChannel.invokeMethod('pause'); }