isReady method

Future<bool?>? isReady()

Checks to see if unity player is ready to be used Returns true if unity player is ready.

Implementation

Future<bool?>? isReady() {
  throw UnimplementedError('isReady() has not been implemented.');
}