TalkerHistory class abstract

Base class for create your own implementation of history

The history stores all information about all events like occurred errors TalkerErrors, exceptions TalkerExceptions and logs TalkerLogs that have been sent

Implementers

Constructors

TalkerHistory()

Properties

hashCode int
The hash code for this object.
no setterinherited
history List<TalkerData>
Return List of TalkerDataInterface
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clean() → void
Called when Talker handle cleanHistory. For example, TalkerView handle the Talker.cleanHistory
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
write(TalkerData data) → void
Called when Talker handle an TalkerDataInterface log

Operators

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