GoogleSignInAccountCallback typedef
GoogleSignInAccountCallback =
void Function(GoogleSignInAccount? account)
Implementation
typedef GoogleSignInAccountCallback = void Function(
GoogleSignInAccount? account);
typedef GoogleSignInAccountCallback = void Function(
GoogleSignInAccount? account);