GetPhoneNumberInfo constructor
const
GetPhoneNumberInfo({
- required String phoneNumberPrefix,
Returns information about a phone number by its prefix. Can be called before authorization
Implementation
const GetPhoneNumberInfo({
required this.phoneNumberPrefix,
});