timeout method
Sets the request timeout
Implementation
VinculumConfigBuilder timeout(Duration duration) {
_timeout = duration;
return this;
}
Sets the request timeout
VinculumConfigBuilder timeout(Duration duration) {
_timeout = duration;
return this;
}