@override Future<void> setStringList(String key, List<String> value) async { stringLists[key] = value; }