isRealDevice property

  1. @override
Future<bool> get isRealDevice
override

Whether the app is running on a physical device rather than an emulator or simulator.

Returns true for real hardware, false for emulators and simulators.

Implementation

@override
Future<bool> get isRealDevice => JailbreakRootDetection.instance.isRealDevice;