onAutoVerificationFailed property

(void Function(Exception error)?) onAutoVerificationFailed
final

Callback if the code is wrong when the SMS code is received.

Some terminals do not function.

SMSのコードを受信したときにコードが違っていた場合のコールバック。

機能しない端末もあります。

Implementation

final void Function(Exception error)? onAutoVerificationFailed;