History class

History manager

  • author: iruzo
  • params: void.
  • return: void.

Constructors

History()
History manager

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(String historyFolderPath, String entry) → dynamic
Add entry to history.
delete(String historyFolderPath, [String? date, String? entry]) → dynamic
Delete history using arguments as filter.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String historyFolderPath, [String? date, String? entry]) Future<List<String>>
Read history history using arguments as filter.
toString() String
A string representation of this object.
inherited

Operators

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