Instance Method
build(with:)
Override this method to implement the napkin building logic.
func build(with component: Component) -> Router
Parameters
- component
The freshly created component to use for dependency injection.
Return Value
The router representing the built napkin.
Discussion
Important
Do not call this method directly. Use build() instead.