add method Null safety

void add(
  1. String httpMethod,
  2. String pathRoute,
  3. 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,
);