Reads a list of string values from the platform, throwing a TypeError if the value not a List
Future<List<String>?> getStringList(String key) async { return _platform.getStringList(key, _options); }