composeUri method Null safety
- ConfigParams options,
- String? defaultProtocol,
- int? defaultPort
Composes URI from config parameters. The result URI will be in the following form: protocol://username@password@host1:port1,host2:port2,...?param1=abc¶m2=xyz&...
options
configuration parametersdefaultProtocol
a default protocoldefaultPort
a default port