Future exit()

Source

Future exit() async {
  await Future.wait(bootstrappers.map/*<Future>*/((b) async => b._exit()));
}