@override Future<void> pause() async { const method = BestPlayerMethods.pause; await methodChannel.invokeMethod<String>(method); }