FlutterBureauDeviceIntelligenceWeb class
A web implementation of the FlutterBureauDeviceIntelligencePlatform of the FlutterBureauDeviceIntelligence plugin.
- Inheritance
-
- Object
- PlatformInterface
- FlutterBureauDeviceIntelligencePlatform
- FlutterBureauDeviceIntelligenceWeb
Constructors
- FlutterBureauDeviceIntelligenceWeb.new()
- Constructs a FlutterBureauDeviceIntelligenceWeb
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
-
disableRiskMonitoring(
) → void -
inherited
-
enableRiskMonitoring(
RiskMonitoringCallback riskMonitoringCallback, {RiskMonitoringMode riskMonitoringMode = RiskMonitoringMode.CONTINUOUS, String? webHookUrl, int frequency = 5000}) → void -
override
-
getPlatformVersion(
) → Future< String?> -
Returns a String containing the version of the platform.
override
-
init(
BureauConfig config) → Future< String> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerDetectingAutoClick(
) → Stream< bool> -
override
-
setMetaInfo(
Map< String, String> metaInfo) → void -
inherited
-
submit(
String userId) → Future< String> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
unregisterDetectingAutoClick(
) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void