signInWithGoogle method
Authenticate with Google.
Implementation
Future<CkAuthResult<dynamic>> signInWithGoogle(CkGoogleAuthData data) =>
CkAuthService.instance.signInWithGoogle(data);
Authenticate with Google.
Future<CkAuthResult<dynamic>> signInWithGoogle(CkGoogleAuthData data) =>
CkAuthService.instance.signInWithGoogle(data);