registerPath method

void registerPath(
  1. VoyagerPath path
)

register a VoyagerPath mapping

Implementation

void registerPath(VoyagerPath path) {
  registerBuilder(path.path, VoyagerBuilder(path: path, router: this));
}