MethodChannelFlutterBureauBehaviouralIntelligence class

An implementation of FlutterBureauBehaviouralIntelligencePlatform that uses method channels.

Inheritance

Properties

eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
platformVersion Future<String?>
no setter
riskMonitoringEventChannel EventChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disableRiskMonitoring() → void
override
enableRiskMonitoring(RiskMonitoringCallback riskMonitoringCallback, {RiskMonitoringMode riskMonitoringMode = RiskMonitoringMode.CONTINUOUS, String? webHookUrl, int frequency = 5000}) → void
override
getPlatformVersion() Future<String?>
inherited
init(BureauConfig config) → void
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