onVerify property

(Future<bool> Function(String email, Locale locale)?) onVerify
final

It is executed when sending an authentication email.

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

認証用メールを送る際に実行されます。

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

Implementation

final Future<bool> Function(String email, Locale locale)? onVerify;