googleMaps static method
Validate Google Maps.
Implementation
static String? googleMaps(String? googleMaps,
{TextValidateResponse? textResponse}) {
return _validateInput(googleMaps, RegularExpression.validateGoogleMaps,
textResponse, 'Google Maps link');
}