connectionTimeout property

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

Handler function for Dio connection timeout exception.

Implementation

bool? Function(DioException exception)? connectionTimeout;