refresh method

void refresh()

Refresh this content.

If _asyncContentProvider is null calls to this method are ignored.

Implementation

void refresh() {
  _refreshImpl(true);
}