rebuildUi method

void rebuildUi()

Calls the builder function with this updated viewmodel

Implementation

void rebuildUi() {
  notifyListeners();
}