ReauthenticateView constructor
const
ReauthenticateView({
- Key? key,
- required List<
ProviderConfiguration> providerConfigs, - FirebaseAuth? auth,
- VoidCallback? onSignedIn,
Implementation
const ReauthenticateView({
Key? key,
required this.providerConfigs,
this.auth,
this.onSignedIn,
}) : super(key: key);