clearLogs static method
clearLogs
This will clear all the logs stored in database
Implementation
static Future<void> clearLogs() async {
await _flogDao.deleteAll();
print("Logs Cleared!");
}
clearLogs
This will clear all the logs stored in database
static Future<void> clearLogs() async {
await _flogDao.deleteAll();
print("Logs Cleared!");
}