isJailBroken property

Future<bool> get isJailBroken

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

Future<bool> get isJailBroken;