Deletes one or more rows from the specified table.
table
where
{'id': 1}
Future<DbResult> delete(String table, {required Map<String, dynamic> where});