Future<void> dispose(String playerId) async { await _methodChannel.invokeMethod( 'dispose', {'playerId': playerId}, ); }