signin/widget/google/stub library

Functions

buildGoogleSignInButton({Widget? mobileWidget, required HandleSignInFn? onPressed}) Widget
Renders a SIGN IN button that (maybe) calls the handleSignIn onclick.

Typedefs

HandleSignInFn = Future<void> Function()
The type of the onClick callback for the (mobile) Sign In Button.