isJailBroken property
override
Whether the device is jailbroken (iOS) or rooted (Android).
Looks for common indicators of privilege escalation such as the presence
of Cydia or Magisk. Returns true when signs of rooting or jailbreaking
are detected.
Implementation
@override
Future<bool> get isJailBroken => JailbreakRootDetection.instance.isJailBroken;