UrlChecker class

Checks if an URL is valid and accessible.

Constructors

UrlChecker()

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

checkStatus(String url) Future<UrlStatus>
Check the status of the URL, using validity checks, cache and safe URL checks with limited number of redirects.
checkUrlExists(Uri uri) Future<bool>
Returns true if the uri exists, false if getting the page encountered problems.
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