sendTimeout property

bool? Function(DioException exception)? sendTimeout
getter/setter pair

Handler function for Dio send timeout exception.

Implementation

bool? Function(DioException exception)? sendTimeout;