refresh method
Notifies all registered listeners of an update.
Implementation
@protected
void refresh() {
assert(_debugAssertNotDisposed());
_notifyUpdate();
}
Notifies all registered listeners of an update.
@protected
void refresh() {
assert(_debugAssertNotDisposed());
_notifyUpdate();
}