appNavigation top-level constant

AppNavigation const appNavigation

Annotation to mark app navigation interactor

@singleton
@AppNavigation(tabs: AppTab, deepLinks: DeepLinksInteractor)
class NavigationInteractor extends NavigationInteractorDeclaration<NavigationState> {
  // navigation code...
}

Implementation

const appNavigation = AppNavigation();