deleteAll method

Future<void> deleteAll()

Implementation

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