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