Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
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