receiveTimeout property
read / write
Handler function for Dio receive timeout exception.
Implementation
bool? Function(DioException exception)? receiveTimeout;
Handler function for Dio receive timeout exception.
bool? Function(DioException exception)? receiveTimeout;