isSecure property

bool get isSecure

true when the device is not rooted, app integrity is valid, and certificate pinning has passed.

Implementation

bool get isSecure =>
    !isRooted && isAppIntegrityValid && isCertificatePinningValid;