ondisconnect property

void Function(WebSocketInterface? socket, ErrorCause cause) ondisconnect
getter/setter pair

Implementation

late void Function(WebSocketInterface? socket, ErrorCause cause) ondisconnect;