HistoryStorage<T> class abstract

Implementers

Constructors

HistoryStorage()

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

add(T nextValue, {bool clearUndo = true}) Future<void>
clear() Future<bool>
getHistory({int items = 10}) Future<List<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redo() Future<T?>
toString() String
A string representation of this object.
inherited
undo(T undo) Future<T?>

Operators

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