clear method

dynamic clear()

Implementation

clear() {
  _logs.clear();
  notifyListeners();
}