connectionError property

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

Handler function for Dio connection error exception.

Implementation

bool? Function(DioException exception)? connectionError;