waitForClose method

Future<void> waitForClose()

Implementation

Future<void> waitForClose() {
  return _room.waitForClose();
}