notifySessionError method

void notifySessionError(
  1. WsException exception
)

Implementation

void notifySessionError(WsException exception) {
  if (onError != null) onError!(exception);
}