wait property

Future<void>? wait

Implementation

Future<void>? get wait {
  _setWaitAll();
  return _completerWaitAll?.future;
}