libphonenumber_platform_interface 0.3.1
libphonenumber_platform_interface: ^0.3.1 copied to clipboard
Libphonenumber Platform Interface with MethodChannels and Utils classes.
libphonenumber_platform_interface #
Provides platform interface, method channel with utils classes and enums for libphonenumber package similar to that of libphonenumber package.
| METHODS | RETURN TYPE | PARAMETERS |
|---|---|---|
| getNameForNumber | String | phoneNumber, IsoCode (String) |
| isValidNumber | bool | ... |
| normalizePhoneNumber | String | ... |
| getRegionInfo | Map | ... |
| getNumberType | int | ... |
| formatAsYouType | String | same as above |