connectTimeout property
Connection timeout duration.
If the connection cannot be established within this duration, an AdapterException with type AdapterExceptionType.connectTimeout will be thrown.
Implementation
final Duration? connectTimeout;
Connection timeout duration.
If the connection cannot be established within this duration, an AdapterException with type AdapterExceptionType.connectTimeout will be thrown.
final Duration? connectTimeout;