startAndWait method

Future<void> startAndWait()

Implementation

Future<void> startAndWait() async {
  await start();
  await waitStart();
}