sendTimeout property

Duration? sendTimeout
getter/setter pair

Timeout for sending the request data to the server.

If the request is not sent within this duration, a DioException with type DioExceptionType.sendTimeout will be thrown. When null, uses the global Dio default.

Implementation

Duration? sendTimeout;