onconnecting property

void Function(WebSocketInterface? socket, int? attempts) onconnecting
getter/setter pair

Implementation

late void Function(WebSocketInterface? socket, int? attempts) onconnecting;