kill method

void kill(
  1. String roomId
)

Implementation

void kill(String roomId) => _rooms.remove(roomId)?.kill();