bulkDeleteWhere abstract method

Future<bool> bulkDeleteWhere(
  1. List<Map<String, dynamic>> conditions, {
  2. int batchSize = 500,
})

Implementation

Future<bool> bulkDeleteWhere(
  List<Map<String, dynamic>> conditions, {
  int batchSize = 500,
});