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