callRenderAsync method

void callRenderAsync()

Implementation

void callRenderAsync() {
  Future.microtask(callRender);
}