FlutterProtectorPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterProtectorPlatform
Implementers

Constructors

FlutterProtectorPlatform.new()
Constructs a FlutterProtectorPlatform.

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

checkForSniffingApps(List<String> sniffingAppsToCheck) Future<bool?>
checkResultSecurity() Future<int?>
checkResultSecurityInfo() Future<Map<String, dynamic>?>
checkTelephonyManager() Future<bool?>
deviceId() Future<String?>
getBuildInfo() Future<Map<String, dynamic>?>
getLocalIpAddress() Future<String?>
getPlatformVersion() Future<String?>
imei() Future<String?>
isBlueStacks() Future<bool?>
isDeveloperOptionsEnabled() Future<bool?>
isDeviceRooted() Future<bool?>
isEmulatorSuper() Future<bool?>
isProxySet() Future<bool?>
isPublicIP() Future<bool?>
isVpnConnected() Future<bool?>
isVpnUsingNetworkInterface() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
phoneNumber() Future<String?>
screenshotSecurity(bool enable) Future<bool?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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