setConnectTimeout method

void setConnectTimeout(
  1. int connectTimeout
)

Sets the duration in milliseconds that the system should wait for initializing a network * request.

Implementation

void setConnectTimeout(int connectTimeout) {
  throw UnimplementedError('setConnectTimeout has not been implemented');
}