signInWithApple method

Future<CkAuthResult> signInWithApple(
  1. CkAppleAuthData data
)

Authenticate with Apple.

Implementation

Future<CkAuthResult<dynamic>> signInWithApple(CkAppleAuthData data) =>
    CkAuthService.instance.signInWithApple(data);