Sets a list of strings.
@override Future<bool> setStringList(String key, List<String> value) async { _storage.setItem(key, 'LIST:${value.join(',')}'); return true; }