signInWithApple function

Future<SignInResponseI> signInWithApple()

Implementation

Future<apple_id.SignInResponseI> signInWithApple() =>
    promiseToFuture(apple_id.auth.signIn());