shell method

UiRouter shell(
  1. String shellPath
)

Router for shell

Implementation

UiRouter shell(String shellPath) {
  return UiRouter._(
    navShellNotifiers: navShellNotifiers,
    tabShellNotifiers: tabShellNotifiers,
    dialogNotifier: dialogNotifier,
    rootTheme: rootTheme,
    shellPath: shellPath,
  );
}