FlutterBureauBehaviouralIntelligenceWeb class

A web implementation of the FlutterBureauBehaviouralIntelligencePlatform of the FlutterBureauBehaviouralIntelligence plugin.

Inheritance

Constructors

FlutterBureauBehaviouralIntelligenceWeb.new()
Constructs a FlutterBureauBehaviouralIntelligenceWeb

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
inherited
getPlatformVersion() Future<String?>
Returns a String containing the version of the platform.
override
init(BureauConfig config) Future<String>
override
insertBBInputChangeData(String inputString, String prevText, String identifier) → void
override
insertFocusChangeData(String focusType, String identifier) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerDetectingAutoClick() Stream<bool>
override
startCapture(String captureId) → void
override
stopCapture() → void
override
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