Pause the media source
@override Future<void> pause() async { await methodChannel.invokeMethod<void>("pause"); }