onForgotPassword property

(void Function(String email, BuildContext context)?) onForgotPassword
final

Called when the user forgot their password.

Implementation

final void Function(String email, BuildContext context)? onForgotPassword;