Enable Apple SignIn And Use

Open Project in Xcode

And in Build & signin Enable SignIn with Apple Option from capability

Now Use Predefine SignIn Button

AppleAuthButton(
   onAuthCompleted: (user) {
    // Authentication Completed and Set to Server.
   },
   onAuthFailed: (message) {
   // Authentication Failed With Message.
  },
);

Last updated