AppleSignIn constructor

AppleSignIn({
  1. required String clientId,
  2. required String redirectUrl,
  3. String scope = "",
})

Implementation

AppleSignIn(
    {required this.clientId, required this.redirectUrl, this.scope = ""});