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