onError
External Documentation
void
onError(
Registers a handler for error events
Implementation
void onError(ErrorHandler handler) =>
_ws.on('error', ((JSAny error) => handler(error)).toJS);
void
onError(
Registers a handler for error events
void onError(ErrorHandler handler) =>
_ws.on('error', ((JSAny error) => handler(error)).toJS);