MessageTracker class

Implemented types

Constructors

MessageTracker(ICore core)

Properties

core ICore
final
hashCode int
The hash code for this object.
no setterinherited
messageRecords Map<String, Map<String, String>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageKey String
no setteroverride

Methods

deleteSubscriptionMessages(String topic) Future<void>
override
init() Future<void>
override
messageIsRecorded(String topic, String message) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
persist() Future<void>
override
recordMessageEvent(String topic, String message) Future<void>
override
restore() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

MESSAGE_TRACKER_CONTEXT → const String
VERSION → const String