bulkRemove abstract method

Future<int?> bulkRemove(
  1. String whereClause
)

Removes multiple objects according to the described whereClause. The API returns the number of objects deleted as a result of the request.

Implementation

Future<int?> bulkRemove(String whereClause);