onPasswordReset property

void Function(bool loggedIn) onPasswordReset
final

Callback when the User successfully reset their password After this the User should be redirected to the login page

Implementation

final void Function(bool loggedIn) onPasswordReset;