isNotTrust property

Future<bool> get isNotTrust

Whether the overall device integrity is considered untrusted.

Aggregates multiple signals (jailbreak status, debug flags, and so on) into a single trust verdict. Returns true when the device is considered untrustworthy.

Implementation

Future<bool> get isNotTrust;