@override void selectPlayer(String url) async { await _methodChannel.invokeMethod("selectPlayer", { "playerId": url, }); }