waitForClose method

Future<void> waitForClose()

Implementation

Future<void> waitForClose() async {
  await done;
}