isNotTrust property

  1. @override
Future<bool> get isNotTrust
override

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

@override
Future<bool> get isNotTrust => JailbreakRootDetection.instance.isNotTrust;