removeAll method

Future<int> removeAll()

Implementation

Future<int> removeAll() async {
  return _storage.clear();
}