deleteAll method
Deletes ALL rows from the table.
See also SingleTableQueryMixin.where.
Implementation
Future<int> deleteAll() {
  return delete().go();
}Deletes ALL rows from the table.
See also SingleTableQueryMixin.where.
Future<int> deleteAll() {
  return delete().go();
}