deleteAll method

Future<int> deleteAll()

Delete all objects that match this query. Returns the number of deleted objects.

Implementation

Future<int> deleteAll() => build().deleteAll();