mount method
Implementation
@override
void mount(String prefix, List<ApiEndpoint> handlers) =>
visitor.mount(prefix, handlers.wrap(fn));
@override
void mount(String prefix, List<ApiEndpoint> handlers) =>
visitor.mount(prefix, handlers.wrap(fn));