ReplHistory constructor
ReplHistory({
- String? historyFilePath,
Implementation
ReplHistory({String? historyFilePath})
: _historyFilePath =
historyFilePath ??
'${platform.getEnvironmentVariable('HOME') ?? ''}/.lualike_history';