@override Future<void> play(String url) async { await methodChannel.invokeMethod('play', {"url": url}); }