FlutterCombainApi class abstract

Constructors

FlutterCombainApi()

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

currentModelConfidenceChanged(int confidence) → void
currentModelIdChanged(int? modelId) → void
d(String tag, String message) → void
e(String tag, String message) → void
i(String tag, String message) → void
locationLookupFailsChanged(int fails) → void
locationUpdate(FlutterCombainLocation location) → void
newActiveMode(FlutterModeType mode) → void
newBluetoothPipeResult(FlutterBluetoothPipeResult result) → void
newConfidenceScore(int score) → void
newGPSLocation(FlutterGPSLocation? location) → void
newLocalLookupPipeResult(FlutterLocalLookupPipeResult results) → void
newLocationSource(FlutterLocationSource source) → void
newModelEvaluationResult(List<FlutterModelEvaluationResult> result) → void
newModelId(int? modelId) → void
newWifiPipeResult(FlutterWifiPipeResult result) → void
nextScanTimeUpdate(int nextScanTime) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onNativeException(String exceptionType, String message, String? stackTrace) → void
Called when native code captures an exception (if exception capture is enabled) @param exceptionType The type/class of the exception @param message The exception message @param stackTrace Optional stack trace
onNativeLog(String level, String tag, String message, String? error) → void
Called when native code logs a message (if custom logging is enabled) @param level Log level (e.g., "DEBUG", "INFO", "WARNING", "ERROR") @param tag Tag/component that logged the message @param message The log message @param error Optional error message or stack trace
routeUpdated(FlutterRoute? route) → void
stateUpdate(FlutterSDKInitializationState state) → void
syncProgressUpdate(double progress) → void
toString() String
A string representation of this object.
inherited
w(String tag, String message) → void

Operators

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

Static Methods

setUp(FlutterCombainApi? api, {BinaryMessenger? binaryMessenger, String messageChannelSuffix = ''}) → void

Constants

pigeonChannelCodec → const MessageCodec<Object?>