AuthGuard class
Constructors
-
AuthGuard.new({required void onUnauthorized(StackRouter router)?, required void onRefreshTokenFailure(StackRouter router, Failure failure)?, required AuthenticationBasicBloc authBloc})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onNavigation(NavigationResolver resolver, StackRouter router)
→ void
-
clients will call
resolver.next(true --> default)
to continue
navigation or resolver.next(false)
to abort navigation
example
-
toString()
→ String
-
A string representation of this object.
inherited