clearPreferences static method

Future clearPreferences()

Clears all stored preferences.

Implementation

static Future clearPreferences() async {
  await _prefs?.clear();
}