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