MethodChannelFlutterBureauDeviceIntelligence class

An implementation of FlutterBureauDeviceIntelligencePlatform 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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerDetectingAutoClick() Stream<bool>
override
setMetaInfo(Map<String, String> metaInfo) → 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