onResponse method

void onResponse(
  1. String? requestId,
  2. dynamic arguments
)

Called before subscriber callbacks receive a matching response.

Implementation

void onResponse(String? requestId, dynamic arguments) {}