delete method

void delete(
  1. Query query
)

Implementation

void delete(Query query) {
  batch.delete(table, query);
}