sendTimeout property
Send timeout duration.
If data cannot be sent within this duration, an AdapterException with type AdapterExceptionType.sendTimeout will be thrown.
Implementation
final Duration? sendTimeout;
Send timeout duration.
If data cannot be sent within this duration, an AdapterException with type AdapterExceptionType.sendTimeout will be thrown.
final Duration? sendTimeout;