isValidMobile method Null safety
- String value
Validate is mobile number is valid If you're validate Zim numbers we recommend using isValidZimMobile
Implementation
static bool isValidMobile(String value) => _isValid(value, _extraMobile);
Validate is mobile number is valid If you're validate Zim numbers we recommend using isValidZimMobile
static bool isValidMobile(String value) => _isValid(value, _extraMobile);