receiveTimeout property

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

Handler function for Dio receive timeout exception.

Implementation

bool? Function(DioException exception)? receiveTimeout;