withNavigatePop method

Implementation

JsonWidgetInternalFunctionsBuilder withNavigatePop() {
  functions[NavigatePopFunction.key] = NavigatePopFunction.body;
  return this;
}