waitStart method

Future<void> waitStart()

Implementation

Future<void> waitStart() async {
  if (isStarted) return;
  await _started!.future;
}