clearAll method

Future<void> clearAll()

Implementation

Future<void> clearAll() {
  return storage.deleteAll();
}