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