initializeState method

  1. @override
IAuthState initializeState(
  1. AuthUserProfile? profile,
  2. Stream<ErrorStack> appErrors
)
override

Implementation

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