GoogleSignInAccountCallback typedef

GoogleSignInAccountCallback = void Function(GoogleSignInAccount? account)

Implementation

typedef GoogleSignInAccountCallback = void Function(
    GoogleSignInAccount? account);