onError method

  1. @override
void onError(
  1. RestResponseType responseType,
  2. String response
)
override

Implementation

@override
void onError(RestResponseType responseType, String response) {
  error(PublishedErrorType.general);
}