refreshViews method

void refreshViews()

Implementation

void refreshViews() {
  this._onListener.forEach((func) => func());
}