emitToRooms method

void emitToRooms(
  1. dynamic data
)

Implementation

void emitToRooms(dynamic data) => _broadcast(data, this, _enteredRooms);