SignInWithAppleCredentialsException constructor

const SignInWithAppleCredentialsException({
  1. required String message,
})

Implementation

const SignInWithAppleCredentialsException({
  required this.message,
});