join method

void join()

Implementation

void join() {
  context.read<RoomClientRepository>().join();
}