menu
history_service package
documentation
job/history_add.dart
HistoryAdd
HistoryAdd constructor
HistoryAdd constructor
dark_mode
light_mode
HistoryAdd
constructor
HistoryAdd
(
String
_historyFolderPath
,
String
_entry
)
Add entry to history.
author
: iruzo
params
: historyFolderPath (e.g. /history), entry.
return
: instance.
Implementation
HistoryAdd(this._historyFolderPath, this._entry);
history_service package
documentation
job/history_add
HistoryAdd
HistoryAdd constructor
HistoryAdd class