withNavigateNamed method

Implementation

JsonWidgetInternalFunctionsBuilder withNavigateNamed() {
  functions[NavigateNamedFunction.key] = NavigateNamedFunction.body;
  return this;
}