isCompromised property
bool
get
isCompromised
Returns true if any security concern is detected.
Equivalent to checking if any of isDeveloperMode,
isEmulator, or isRootedOrJailbroken is true.
Implementation
bool get isCompromised =>
isDeveloperMode || isEmulator || isRootedOrJailbroken;