isDevMode property

Future<bool> get isDevMode

Whether Developer Mode is enabled on the device.

Enabled developer options (for example, USB debugging on Android) increase the attack surface of the device.

Implementation

Future<bool> get isDevMode;