onSendRegisteredEmail property

(Future<void> Function(String email, String password, Locale locale)?) onSendRegisteredEmail
final

It is executed when the registration completion email is sent.

The recipient's email address is passed to email, the password to password, and the language setting to locale.

登録完了メールを送信する際に実行されます。

emailに送信先のメールアドレス、passwordにパスワード、localeに言語設定が渡されます。

Implementation

final Future<void> Function(String email, String password, Locale locale)?
    onSendRegisteredEmail;