feat: clear log
This commit is contained in:
@@ -17,4 +17,9 @@ class EdgeLogger with ChangeNotifier {
|
||||
logList.add(log);
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
void clearLog() {
|
||||
logList.clear();
|
||||
notifyListeners();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user