SpecializedSiteHandlerRegistry class
A registry of specialized site handlers
Constructors
- SpecializedSiteHandlerRegistry.new()
- Creates a new SpecializedSiteHandlerRegistry with default handlers
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
-
getHandlerForUrl(
String url) → SpecializedSiteHandler? - Gets a handler for the given URL, or null if no handler is available
-
hasHandlerForUrl(
String url) → bool - Checks if there is a handler for the given URL
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerHandler(
SpecializedSiteHandler handler) → void - Registers a new handler
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited