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