Last updated:
0 purchases
khmer phone validator
khmer_phone_validator #
Validator Khmer Phone Number.
Getting Started #
var phone = "012123123";
final newPhone = KhmerPhoneValidator.validPhone(phone);
print(newPhone.phone);
/// 855012123123
print(newPhone.status);
/// true
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.