removeAll method

void removeAll()

Implementation

void removeAll() async {
  _removeAll(await prefs);
}