onPop method

Map<String?, String> onPop()

Implementation

Map<String?, String> onPop() {
  // this is an important since framework views will rebuild even after popped
  // the framework view build() method checks this value and returns offstage() when false
  initialized = false;

  // return parameters
  return parameters;
}