openInNativeProcess method
Sometimes you want to open unity in it's own process and openInNativeProcess does just that. It works for Android and iOS is WIP
Implementation
Future<void>? openInNativeProcess() {
throw UnimplementedError('openInNativeProcess() has not been implemented.');
}