sendToRoom abstract method

void sendToRoom(
  1. String? room,
  2. Object message
)

Implementation

void sendToRoom(String? room, Object message);