BorneoMockApps class abstract

An abstract class that provides methods to interact with mocked apps for security purposes.

Implementers

Constructors

BorneoMockApps.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to invoke methods on the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMockedApps() Future<List<String>>
Retrieves a list of mocked apps installed on the device.
hasMockedApps() Future<bool>
Checks if there are any mocked apps installed on the device.
isMockEnabled() Future<bool>
Checks if mock detection is enabled.
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

channel String
The channel name used for communication with the native platform.
final