onSubmitted property

(dynamic Function(String code)?) onSubmitted
final

Callback function triggered when the MFA code is submitted.

Implementation

final Function(String code)? onSubmitted;