clear static method

Future<bool>? clear()

清空所有缓存

Implementation

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