refresh method

  1. @protected
void refresh()

Implementation

@protected
void refresh() {
  assert(_debugAssertNotDisposed());

  /// This debounce the call to update.
  /// It prevent errors and duplicates builds

  _notifyUpdate();
}