onSignInRequired property

SignInRequiredCallback? onSignInRequired
final

A callback tha is called if the FirebaseAuth requires the user to re-authenticate and approve the account deletion. By default, ReauthenticateDialog is being shown.

Implementation

final SignInRequiredCallback? onSignInRequired;