CheckPhoneNumberConfirmationCode constructor
const
CheckPhoneNumberConfirmationCode({
- required String code,
Checks phone number confirmation code
Implementation
const CheckPhoneNumberConfirmationCode({
required this.code,
});