isDevMode property
override
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
@override
Future<bool> get isDevMode => JailbreakRootDetection.instance.isDevMode;