onViewActivate method

dynamic onViewActivate()

Called when the View is re-inserted into the widget after being removed by deactivation.

Implementation

onViewActivate() {
  presenter.isViewActive = true;
}