onSuccess property
This callabck executed after get access token and you can access Google Tokens (access token,id token)
Implementation
final Function(GoogleTokens tokens)? onSuccess;
This callabck executed after get access token and you can access Google Tokens (access token,id token)
final Function(GoogleTokens tokens)? onSuccess;