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