Future<bool> callRenderAndWait({ Duration timeout = const Duration(seconds: 3), }) { var wait = waiteRender(timeout: timeout); callRender(); return wait; }