youtube static method
Implementation
static LiteValidator youtube({
String? errorText,
bool allowEmpty = false,
}) {
return YoutubeUrlValidator(
errorText: errorText,
allowEmpty: allowEmpty,
);
}
static LiteValidator youtube({
String? errorText,
bool allowEmpty = false,
}) {
return YoutubeUrlValidator(
errorText: errorText,
allowEmpty: allowEmpty,
);
}