continueRendering method

Future continueRendering()

Implementation

Future continueRendering() async {
  while (true) {
    await wait();
  }
}