resetPasswordPrompt property

void Function(Widget resetPasswordWidget) resetPasswordPrompt
final

Notifies that the app has been opened to reset a user Password The user should be redirected to a Widget/Page containing the resetPasswordWidget

Implementation

final void Function(Widget resetPasswordWidget) resetPasswordPrompt;