clear static method

Future<bool> clear()

Implementation

static Future<bool> clear() async {
  return _prefs?.clear() ?? Future.value(false);
}