isRealDevice property

Future<bool> get isRealDevice

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

Future<bool> get isRealDevice;