ReauthenticateView constructor

const ReauthenticateView({
  1. Key? key,
  2. required List<ProviderConfiguration> providerConfigs,
  3. FirebaseAuth? auth,
  4. VoidCallback? onSignedIn,
})

Implementation

const ReauthenticateView({
  Key? key,
  required this.providerConfigs,
  this.auth,
  this.onSignedIn,
}) : super(key: key);