remove.
static Future<bool>? remove(String key) { if (_prefs == null) return null; return _prefs?.remove(key); }