SignInWithAppleNotSupportedException constructor
const
SignInWithAppleNotSupportedException({
- required String message,
Implementation
const SignInWithAppleNotSupportedException({
required this.message,
});