AuthStateListenerCallback<T extends AuthController> typedef

AuthStateListenerCallback<T extends AuthController> = bool? Function(AuthState oldState, AuthState state, T controller)

Implementation

typedef AuthStateListenerCallback<T extends AuthController> = bool? Function(
  AuthState oldState,
  AuthState state,
  T controller,
);