clear static method

Future<bool> clear()

clear.

Implementation

static Future<bool> clear() {
  return _prefs.clear();
}