verify_code_input
A verification code input widget.
Usage
VerifyCodeInput(
onComplete: (String value) {
print('Your input code is : $value');
},
)
A verification code input widget.
VerifyCodeInput(
onComplete: (String value) {
print('Your input code is : $value');
},
)