isLoaded method

Future<bool?>? isLoaded()

Get the current load state of the unity player Returns true if unity player is loaded.

Implementation

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