signInWithApple function

Future<SignInResponseI> signInWithApple()

Implementation

Future<SignInResponseI> signInWithApple() =>
    throw UnsupportedError('Signing in with Apple JS requires dart:html');