cleanCache method

Future<void> cleanCache()

Implementation

Future<void> cleanCache() async {
  repository.cleanAll();
}