mount method

FutureOr<void> mount()

Implementation

FutureOr<void> mount() {
  serverRouter.mount(route, router);
}