waitForShutdown method

Future<void> waitForShutdown()

Implementation

Future<void> waitForShutdown() async {
  await completer.future;
}