onPhoneVerfifed property

VoidCallback? onPhoneVerfifed
final

A callback that is only called if a phone number is used to reauthenticate. Called before onSignedIn. If not provided, PhoneInputScreen and SMSCodeInputScreen will be popped. Otherwise, it's up to the user to handle navigation logic.

Implementation

final VoidCallback? onPhoneVerfifed;