pollUri method Null safety
- String pollUri
Sets the URI for polling requests.
Implementation
LDConfigBuilder pollUri(String pollUri) {
this._pollUri = pollUri;
return this;
}
Sets the URI for polling requests.
LDConfigBuilder pollUri(String pollUri) {
this._pollUri = pollUri;
return this;
}