Future setStrings(UserPrefKey key, Iterable<String> value) { return shared.stringList(prefName(key), [...value.whereNotNull()]); }