@override Future<bool?> amIEmulator() async { final emulator = await methodChannel.invokeMethod<bool>('runprog2'); return emulator; }