SignInWithAppleNotSupportedException constructor

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

Implementation

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