isMobileSimple method
Return whether input matches regex of simple mobile.
Implementation
bool isMobileSimple() => matches(regexMobileSimple);
Return whether input matches regex of simple mobile.
bool isMobileSimple() => matches(regexMobileSimple);