clear method

Future<bool> clear()

Implementation

Future<bool> clear() {
  _preferenceCache.clear();
  return _store.clear();
}