deleteWhere abstract method

Future<void> deleteWhere(
  1. Where where
)

Deletes all the entries that are compliant to the where clause.

Implementation

Future<void> deleteWhere(Where where);