signInApple method

Future<User?> signInApple()

Implementation

Future<User?> signInApple() async {
  return _signIn(AuthMethod.APPLE);
}