TruemetricsFlutterSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • TruemetricsFlutterSdkPlatform
Implementers

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

deInitialize() Future<void>
getDeviceId() Future<String?>
initialize(TruemetricsConfig config) Future<String>
isInitialized() Future<bool?>
logMetadata(Map<String, String> params) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeStatusListener() → void
setStatusListener({StateChangeCallback? onStateChange, ErrorCallback? onError, PermissionsCallback? onPermissionsRequired}) → void
startRecording() Future<void>
stopRecording() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance TruemetricsFlutterSdkPlatform
getter/setter pair