onAutoVerificationFailed property

  1. @override
(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

@override
final void Function(Exception error)? onAutoVerificationFailed;