clearAll static method

Future<void> clearAll()

Implementation

static Future<void> clearAll() async {
  await _prefs.clear();
}