onCompleted property

dynamic Function(String code) onCompleted
final

Callback function triggered when the MFA code is completed.

Implementation

final Function(String code) onCompleted;