BorneoMockLocationSecurity class
A class for detecting mocked apps and checking mock location settings.
- Inheritance
-
- Object
- BorneoMockApps
- BorneoMockLocationSecurity
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to invoke methods on the native platform.
finalinherited
- 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.
override
-
hasMockedApps(
) → Future< bool> -
Checks if there are any mocked apps installed on the device.
override
-
isMockEnabled(
) → Future< bool> -
Checks if mock location is enabled on the device.
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