propfind method

dynamic propfind(
  1. dynamic route,
  2. dynamic controller
)

Implementation

propfind(route, controller) {
  Route.propfind('$prefix/$route', controller);
}