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