clear abstract method

Future<void> clear({
  1. String? userId,
})

Deletes all the entries of the repository. If userId is not null, the only enties that will be deleted will have the same user id.

Implementation

Future<void> clear({String? userId});