clear static method

Future<void> clear()

Implementation

static Future<void> clear() async {
  final prefs = await _prefs;
  await prefs.clear();
}