sendTimeout property

int? sendTimeout
final

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

Implementation

final int? sendTimeout;