clear. 清除sp
static Future<bool>? clear() { if (_prefs == null) { return null; } return _prefs?.clear(); }