onRoomIdChanged method

void onRoomIdChanged(
  1. String roomId
)

Implementation

void onRoomIdChanged(String roomId) {
  state.roomId = roomId;
}