create method
Creates a unity player if it's not already created. Please only call this if unity is not ready,
or is in unloaded state. Use isLoaded to check.
Returns true
if unity player was created succesfully.
Implementation
Future<bool?>? create() {
throw UnimplementedError('create() has not been implemented.');
}