clear method
      
void
clear()
      
     
    
Clears the list of dirty components, effectively cancelling redraw requests.
Implementation
void clear() {
  _dirtyComponents.clear();
}Clears the list of dirty components, effectively cancelling redraw requests.
void clear() {
  _dirtyComponents.clear();
}