Future<void> create(String playerId) { return _methodChannel.invokeMethod<void>( 'create', {'playerId': playerId}, ); }