signInWithApple method

Future<Response<Credential>> signInWithApple()

Signs in the user with an Apple account.

Implementation

Future<Response<Credential>> signInWithApple() {
  throw UnimplementedError(
    "Method signInWithApple() is not yet implemented.",
  );
}