clear static method

Future<void> clear()

CLEAR ALL (Logout)

Implementation

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