deleteAll method

dynamic deleteAll()

Implementation

deleteAll() {
  LogsDatabase.instance.delete();
}