yieldToRenderLoop method

Future<void> yieldToRenderLoop()

Implementation

Future<void> yieldToRenderLoop() async {
  AFibD.logUIAF?.d("Starting yield to event loop");
  await Future<void>.delayed(const Duration(milliseconds: 100), () {});
}