connectionError property

(bool? Function(DioException exception)?) connectionError
read / write

Handler function for Dio connection error exception.

Implementation

bool? Function(DioException exception)? connectionError;