onReVisited method

void onReVisited(
  1. dynamic func()
)

Implementation

void onReVisited(Function() func) {
  _onRevisited = func;
}