onSendEmailLink property

(Future<void> Function(String email, String url, Locale locale)?) onSendEmailLink
final

Executed when issuing a mail link.

The email is the email address of the recipient, the url is the email link, and the locale is the language setting.

メールリンクを発行する際に実行されます。

emailに送信先のメールアドレス、urlにメールリンク、localeに言語設定が渡されます。

Implementation

final Future<void> Function(String email, String url, Locale locale)?
    onSendEmailLink;