deleteAll method

Future<void> deleteAll()

Implementation

Future<void> deleteAll() async {
  await _storage.deleteAll();
}