VideoURLValidator class

Constructors

VideoURLValidator.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

checkURLisVideoOrPlaylistYoutube({required String url}) Future<String>
CHECK URL is video url or playlist url Youtube
checkVideoIsAvailOnYoutube({required String url}) Future<bool>
Check Youtube Video or Playlist is Available or Not - Its Require Internet
validateYouTubeVideoURL({required String url}) bool

Constants

youtubeRegex → const String
It Validates if URL is a YouTube Video URL (Also Validates Links Shared from Mobile)