add method Null safety
- String httpMethod,
- String pathRoute,
- RouterHandler routerHandler
Adds a new pathRoute
by the httpMethod
handling by the routerHandler
.
Implementation
void add(
final String httpMethod,
final String pathRoute,
final RouterHandler routerHandler,
);