unload method

Future<void>? unload()

Unloads unity player from th current process (Works on Android only for now) iOS is WIP. For more information please read Unity Docs

Implementation

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