sendTimeout property

Duration? sendTimeout
final

Send timeout duration.

If data cannot be sent within this duration, an AdapterException with type AdapterExceptionType.sendTimeout will be thrown.

Implementation

final Duration? sendTimeout;