Future<String?> stop(String playerId) async { return await _methodChannel.invokeMethod( 'stop', {'playerId': playerId}, ); }