SignInWithAppleAuthorizationException constructor
const
SignInWithAppleAuthorizationException({
- required AuthorizationErrorCode code,
- required String message,
Implementation
const SignInWithAppleAuthorizationException({
required this.code,
required this.message,
});