quit method

Future<void>? quit()

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.');
}