static Future<bool?> setStringList(String key, List<String> value) async => await _prefs?.setStringList(key, value);