NativeSecurityKitPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • NativeSecurityKitPlatform
Implementers

Constructors

NativeSecurityKitPlatform()
Constructs a NativeSecurityKitPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decrypt(String encrypted) Future<String>
encrypt(String data) Future<String>
getAppSignatureHash() Future<String?>
getInstallerSource() Future<String?>
getPlatformVersion() Future<String?>
isDebuggerAttached() Future<bool>
isDeviceJailbroken() Future<bool>
isDeviceRooted() Future<bool>
isExternalDisplayConnected() Future<bool>
isRunningOnEmulator() Future<bool>
isUsbDebuggingEnabled() Future<bool>
isVpnActive() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggleScreenSecurity(bool enabled) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance NativeSecurityKitPlatform
The default instance of NativeSecurityKitPlatform to use.
getter/setter pair