emitToRooms method
void
emitToRooms(
- dynamic data
Implementation
void emitToRooms(dynamic data) =>
_broadcast(data, currentSocket: this, rooms: _enteredRooms);
void emitToRooms(dynamic data) =>
_broadcast(data, currentSocket: this, rooms: _enteredRooms);