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