set string list
Future<bool> setStringList(dynamic key, List<String> value) => setObject<List<String>>(key, value);