signInWithApple function

Future<SignInResponseI> signInWithApple()

Calls the JS interop for AppleID.auth.signIn() and translates the returned Javascript Promise into a Dart Future.

Implementation

Future<apple_id.SignInResponseI> signInWithApple() =>
    web_only.signInWithApple();