MethodChannelFlutterRootJailbreakChecker class

An implementation of FlutterRootJailbreakCheckerPlatform that uses method channels.

This class handles the communication between Flutter and the native platform (Android/iOS) to perform integrity checks.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkOfflineIntegrity() Future<DeviceIntegrityResult>
Checks the device integrity offline (Root, Jailbreak, Emulator, etc.).
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preparePlayIntegrity(String cloudProjectNumber) Future<bool>
Warms up the Google Play Integrity API provider (Android only).
override
requestPlayIntegrityToken({String? cloudProjectNumber, String? nonce, String? requestHash}) Future<String?>
Requests a Google Play Integrity Token (Android only).
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited