deleteFirst abstract method

Future<bool> deleteFirst()

Delete the first object that matches this query. Returns whether a object has been deleted.

Implementation

Future<bool> deleteFirst();