clearAll method
Implementation
Future<void> clearAll() async {
await ApiDatabaseService().clearAll();
_currentSessionLogs.clear();
_logController.add([]);
}
Future<void> clearAll() async {
await ApiDatabaseService().clearAll();
_currentSessionLogs.clear();
_logController.add([]);
}