addNavigateInterceptor abstract method

void addNavigateInterceptor(
  1. NavigateInterceptor interceptor
)

Add an interceptor which can veto attempts to navigate to a different app route.

Implementation

void addNavigateInterceptor(NavigateInterceptor interceptor);