signin/widget/google/google_sign_in_button library
Functions
-
buildGoogleSignInButton(
{Widget? mobileWidget, required HandleSignInFn? onPressed}) → Widget -
Renders a SIGN IN button that (maybe) calls the
handleSignInonclick.
Typedefs
-
HandleSignInFn
= Future<
void> Function() - The type of the onClick callback for the (mobile) Sign In Button.