GoogleOAuthView constructor

const GoogleOAuthView({
  1. Key? key,
  2. required GoogleAuthSetup setup,
})

Implementation

const GoogleOAuthView({super.key, required this.setup});