quit method
Quits unity player. Note that this kills the current flutter process, thus quiting the app
Implementation
Future<void>? quit() {
throw UnimplementedError('quit() has not been implemented.');
}
Quits unity player. Note that this kills the current flutter process, thus quiting the app
Future<void>? quit() {
throw UnimplementedError('quit() has not been implemented.');
}