clear static method

Future<void> clear()

Implementation

static Future<void> clear() {
  _memoryPrefs.clear();
  return _prefs!.clear();
}