onCatchResponse method

  1. @protected
  2. @mustCallSuper
void onCatchResponse(
  1. dynamic response
)

Callback to catch what to do with the response.

Throwing Exceptions on responses, etc.

Implementation

@protected
@mustCallSuper
void onCatchResponse(dynamic response) {}