onResetPassword property

(Future<String> Function(String newPassword, Locale locale)?) onResetPassword
final

This is performed when resetting a password.

The newPassword is passed resetPassword and the locale is passed the language setting.

Returns the actual password to be changed.

パスワードをリセットする際に実行されます。

newPasswordresetPasswordlocaleに言語設定が渡されます。

実際に変更されるパスワードを返します。

Implementation

final Future<String> Function(String newPassword, Locale locale)?
    onResetPassword;