setWorldview static method
- String? worldview
Sets the worldview preference (ISO 3166-1 alpha-2 country code).
Implementation
static void setWorldview(String? worldview) => _impl.setWorldview(worldview);
Sets the worldview preference (ISO 3166-1 alpha-2 country code).
static void setWorldview(String? worldview) => _impl.setWorldview(worldview);