isReady property

Future<bool> get isReady

Implementation

Future<bool> get isReady async {
  return _create(() => _instance.isReady(_playerId));
}