AppleIdpUtils constructor
AppleIdpUtils({
- required TokenManager tokenManager,
- required SignInWithApple signInWithApple,
- required AuthUsers authUsers,
Creates a new instance of AppleIdpUtils.
Implementation
AppleIdpUtils({
required final TokenManager tokenManager,
required final SignInWithApple signInWithApple,
required final AuthUsers authUsers,
}) : _tokenManager = tokenManager,
_signInWithApple = signInWithApple,
_authUsers = authUsers;