ChalonaSocketIO constructor

ChalonaSocketIO([
  1. dynamic binder(
    1. ChalonaSocketIOBind
    )?
])

Implementation

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