Saves a list of strings value to the platform.
value
Future<void> setStringList(String key, List<String> value) { return _platform.setStringList(key, value, _options); }