CheckPhoneNumberConfirmationCode constructor

const CheckPhoneNumberConfirmationCode({
  1. required String code,
})

Checks phone number confirmation code

Implementation

const CheckPhoneNumberConfirmationCode({
  required this.code,
});