GoogleAuthCallback constructor
GoogleAuthCallback({})
Implementation
GoogleAuthCallback({
required this.url,
required this.clientId,
required this.clientSecret,
required this.redirectUri,
required this.codeVerifier,
required this.onSuccess,
required this.onError,
required this.onLoading,
});