sendTimeout property

int? sendTimeout
getter/setter pair

Timeout in milliseconds for sending data. Dio will throw the DioError with DioErrorType.sendTimeout type when time out.

Implementation

int? sendTimeout;