sendTimeout property

int sendTimeout
getter/setter pairinherited

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

Implementation

late int sendTimeout;