setPathRender method
Sets the rendered path for this route.
path
is the full path after rendering.
Implementation
void setPathRender(String path) => _pathAfterRender = path;
Sets the rendered path for this route.
path
is the full path after rendering.
void setPathRender(String path) => _pathAfterRender = path;