MethodChannelFraudProtection class
An implementation of FraudProtectionPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- FraudProtectionPlatform
- MethodChannelFraudProtection
Constructors
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
-
areAllAccessibilityServicesWhitelisted(
List< String> whitelist) → Future<bool> -
override
-
getActiveAccessibilityServices(
) → Future< List< String> > -
override
-
isAnyAccessibilityServiceBlacklisted(
List< String> blacklist) → Future<bool> -
override
-
isDeveloperModeEnabled(
) → Future< bool> -
override
-
isDeviceAdminActive(
) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBlockOverlayTouches(
bool shouldBlockOverlayTouches) → Future< void> -
override
-
setHideOverlayWindows(
bool shouldHideOverlayWindows) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited