messageReceived method

void messageReceived(
  1. String json
)

Called when the Server received a response or notification.

Implementation

void messageReceived(String json) {
  log('<== ', json);
}