put string list.
static Future<bool>? putStringList(String key, List<String> value) { if (_prefs == null) return null; return _prefs?.setStringList(key, value); }