signInWithApple method

Future<void> signInWithApple({
  1. bool fromSignUp = false,
})

Implementation

Future<void> signInWithApple({bool fromSignUp = false}) async {
  await handleSignupProvider(AppleAuthProvider(), fromSignUp);
}