requestSent method

void requestSent(
  1. String json
)

Called when the Server sends a request.

Implementation

void requestSent(String json) {
  log('==> ', json);
}