clearAll static method

Future<void> clearAll()

Implementation

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