unexpectedNotificationFormat method

void unexpectedNotificationFormat(
  1. Map<String, Object?> message
)

Called when the Server received a response, which is not an error, but the result is not an JSON object.

Implementation

void unexpectedNotificationFormat(Map<String, Object?> message) {
  log('Unexpected notification format from server', '$message');
}