Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Flutter Class
class CrossmintGoogleSignInButton extends StatefulWidget
CrossmintAuthClient.loginWithOAuth
CrossmintOAuthProvider.google
const CrossmintGoogleSignInButton({ super.key, required this.auth, this.onSuccess, this.onError, this.enabled = true, })
final CrossmintAuthClient auth
final VoidCallback? onSuccess
final void Function(Object error)? onError
final bool enabled
State<CrossmintGoogleSignInButton> createState()
Was this page helpful?