initializeState method
Implementation
@override
IAuthState initializeState(
AuthUserProfile? profile, Stream<ErrorStack> appErrors) {
return AnonymousAuthState();
}
@override
IAuthState initializeState(
AuthUserProfile? profile, Stream<ErrorStack> appErrors) {
return AnonymousAuthState();
}