isJailbroken property
Whether the device has been detected as jailbroken or rooted.
Implementation
bool get isJailbroken => status == StartupStatus.jailbreakDetected;
Whether the device has been detected as jailbroken or rooted.
bool get isJailbroken => status == StartupStatus.jailbreakDetected;