MethodChannelUltraSecureFlutterKit class

An implementation of UltraSecureFlutterKitPlatform that uses method channels.

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

applyAntiTampering() Future<void>
override
disableScreenCaptureProtection() Future<void>
override
enableNetworkMonitoring() Future<void>
override
enableRealTimeMonitoring() Future<void>
override
enableScreenCaptureProtection() Future<void>
override
enableSecureFlag() Future<void>
override
getAppSignature() Future<String>
override
getDeviceFingerprint() Future<String>
override
getPlatformVersion() Future<String?>
override
getUnexpectedCertificates() Future<List<String>>
override
hasProxySettings() Future<bool>
override
hasVPNConnection() Future<bool>
override
isDebuggerAttached() Future<bool>
override
isDeveloperModeEnabled() Future<bool>
override
isEmulator() Future<bool>
override
isJailbroken() Future<bool>
override
isRooted() Future<bool>
override
isScreenCaptureBlocked() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openDeveloperOptionsSettings() Future<void>
override
preventReverseEngineering() Future<void>
override
toString() String
A string representation of this object.
inherited
verifyAppIntegrity() Future<bool>
override

Operators

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