destroyRoomAction method

void destroyRoomAction()

Implementation

void destroyRoomAction() {
  _engineManager.destroyRoom();
  Get.back();
}