onForgotPassword property
final
Called when the user forgot their password.
Implementation
final void Function(String email, BuildContext context)? onForgotPassword;
Called when the user forgot their password.
final void Function(String email, BuildContext context)? onForgotPassword;