rebuildUi method

void rebuildUi()
inherited

Calls the builder function with this updated viewmodel

Implementation

void rebuildUi() {
  notifyListeners();
}