Instance Method
finalStageBuild(with:)
Abstract method that must be overriden to implement the napkin building logic using the given component.
func finalStageBuild(with component: Component) -> Router
Parameters
- component
The corresponding DI component to use.
Return Value
The router of the napkin.
Discussion
note
This method should never be invoked directly. Instead consumers of this builder should invoke finalStageBuild().