TelemetrydecksdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • TelemetrydecksdkPlatform
Implementers

Constructors

TelemetrydecksdkPlatform()
Constructs a TelemetrydecksdkPlatform.

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

generateNewSession() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(String signalType, {String? clientUser, Map<String, String>? additionalPayload}) Future<void>
start(TelemetryManagerConfiguration configuration) Future<void>
stop() Future<void>
toString() String
A string representation of this object.
inherited
updateDefaultUser(String clientUser) Future<void>

Operators

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

Static Properties

instance TelemetrydecksdkPlatform
The default instance of TelemetrydecksdkPlatform to use.
getter/setter pair