connectTimeout property

int connectTimeout
getter/setter pair

Timeout in milliseconds for opening url. Dio will throw the DioError with DioErrorType.CONNECT_TIMEOUT type when time out.

Implementation

late int connectTimeout;