signInWithApple method

Future<String> signInWithApple()

Implementation

Future<String> signInWithApple() async {
  return "Connexion avec Apple";
}