notifyFinishRender method

void notifyFinishRender()

Implementation

void notifyFinishRender() {
  onFinishRender.add(this);

  _uiComponentsTree.purge();
  //print('FINISH RENDER> _uiComponentsTree: $_uiComponentsTree');
}