clearHistory method
void
clearHistory()
Clear scrollback history (alacritty ClearHistory). No-op until bound.
Implementation
void clearHistory() => _client?.clearHistory();
Clear scrollback history (alacritty ClearHistory). No-op until bound.
void clearHistory() => _client?.clearHistory();