fetchRoomInfo method

Future<void> fetchRoomInfo()

Implementation

Future<void> fetchRoomInfo() {
  return _roomManager.fetchRoomInfo();
}