AuthStateRecord typedef
Record that holds the combined authentication state
Implementation
typedef AuthStateRecord = ({AuthStatus status, AuthUser? user, AuthToken? token});
Record that holds the combined authentication state
typedef AuthStateRecord = ({AuthStatus status, AuthUser? user, AuthToken? token});