SecurxPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SecurxPlatform
Implementers

Constructors

SecurxPlatform()
Constructs a SecurxPlatform.

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

disableScreenshot() Future<void>
enableScreenshot() Future<void>
getPlatformVersion() Future<String?>
isAppCloned({required String applicationID}) Future<bool?>
isDebuggerAttached() Future<bool?>
isDebuggingModeEnable() Future<bool?>
isDeveloperModeEnabled() Future<bool?>
isDeviceRooted() Future<bool?>
isDeviceSafe() Future<bool?>
isEmulator() Future<bool?>
isVpnEnabled() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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