Add constructor

Add(
  1. String _historyFolderPath,
  2. String _entry
)

Add entry to history.

  • author: iruzo
  • params: historyFolderPath (e.g. /history), entry.
  • return: instance.

Implementation

Add(this._historyFolderPath, this._entry);