MethodChannelAndOs class

An implementation of AndOsPlatform that uses method channels.

Inheritance

Constructors

MethodChannelAndOs()

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

getPlatformVersion() Future<String?>
override
isAdbEnabled() Future<bool>
override
isAppBeingDebugged() Future<bool>
override
isAppDebuggable() Future<bool>
override
isAppInDebugMode(String bundleId) Future<bool>
override
isAppSignatureValid(String signature) Future<bool>
override
isDeveloperModeEnabled() Future<bool>
override
isDeviceRooted() Future<bool>
override
isEmulator() Future<bool>
override
isFridaDetected() Future<bool>
override
isRunningOnEmulator() Future<bool>
override
isRuntimeTampered() Future<bool>
override
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