deleteAll static method
dynamic
deleteAll()
Implementation
static deleteAll() {
if (_storage != null) {
_storage!.deleteAll(Tables.logs);
}
}
static deleteAll() {
if (_storage != null) {
_storage!.deleteAll(Tables.logs);
}
}