AuthStateModel.empty constructor
AuthStateModel.empty()
Implementation
factory AuthStateModel.empty() => AuthStateModel(
state: AuthState.unauthenticated,
user: null,
errorMessage: null,
);
factory AuthStateModel.empty() => AuthStateModel(
state: AuthState.unauthenticated,
user: null,
errorMessage: null,
);