You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Is there any way to get country informations from numberToParse value ?
A function that returns country informations like country code, country name, country alpha 2 etc.
This project doesn't have this property.
You can add a function like that:
func CountryInfoFromNumberToParse (numberToParse string) (CountryInfo) {}
I hope you can add this property.
The text was updated successfully, but these errors were encountered:
Hello,
Is there any way to get country informations from numberToParse value ?
A function that returns country informations like country code, country name, country alpha 2 etc.
This project doesn't have this property.
You can add a function like that:
func CountryInfoFromNumberToParse (numberToParse string) (CountryInfo) {}
I hope you can add this property.
The text was updated successfully, but these errors were encountered: