ChalonaSocketIO constructor
ChalonaSocketIO([
- dynamic binder()?
Implementation
ChalonaSocketIO([Function(ChalonaSocketIOBind)? binder]) {
_bind = ChalonaSocketIOBind(this);
binder?.call(_bind);
}