onSetRoomName method

void onSetRoomName(
  1. String name
)

Implementation

void onSetRoomName(String name) {
  roomState.roomName = name;
}