getProperty static method
Fetch a property
that can be used to build your own user agent string.
Implementation
static dynamic getProperty(String property) {
return _properties![property];
}
Fetch a property
that can be used to build your own user agent string.
static dynamic getProperty(String property) {
return _properties![property];
}