onCatchResponse method

  1. @protected
  2. @mustCallSuper
void onCatchResponse(
  1. HttpsCallableResult<Map> response
)

You can describe the process when you get the response.

Describe error handling (throw Exception in case of error), etc.

Implementation

@protected
@mustCallSuper
void onCatchResponse(HttpsCallableResult<Map> response) {}