signInWithGoogle method

Future<CkAuthResult> signInWithGoogle(
  1. CkGoogleAuthData data
)

Authenticate with Google.

Implementation

Future<CkAuthResult<dynamic>> signInWithGoogle(CkGoogleAuthData data) =>
    CkAuthService.instance.signInWithGoogle(data);