FraudProtectionPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FraudProtectionPlatform
Implementers

Constructors

FraudProtectionPlatform.new()
Constructs a FraudProtectionPlatform.

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

areAllAccessibilityServicesWhitelisted(List<String> whitelist) Future<bool>
getActiveAccessibilityServices() Future<List<String>>
isAnyAccessibilityServiceBlacklisted(List<String> blacklist) Future<bool>
isDeveloperModeEnabled() Future<bool>
isDeviceAdminActive() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBlockOverlayTouches(bool shouldBlockOverlayTouches) Future<void>
setHideOverlayWindows(bool shouldHideOverlayWindows) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FraudProtectionPlatform
The default instance of FraudProtectionPlatform to use.
getter/setter pair