remove. 移除sp中key的值
static Future<bool>? remove(String key) { if (_prefs == null) { return null; } return _prefs?.remove(key); }