flushPendingUpdates method

void flushPendingUpdates()

Force process any pending updates immediately

Implementation

void flushPendingUpdates() {
  _processPendingUpdates();
}