MethodChannelFlutterProtector class

An implementation of FlutterProtectorPlatform 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

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

Operators

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