onError method
Set the onError
callback for the request
Implementation
onError(Function(DioException dioException) onError) {
_onErrorEvent = onError;
}
Set the onError
callback for the request
onError(Function(DioException dioException) onError) {
_onErrorEvent = onError;
}