OnlineKhabarHandler class
A specialized handler for onlinekhabar.com
- Implemented types
Constructors
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
-
canHandle(
String url) → bool -
Checks if this handler can handle the given URL
override
-
fetchHtml(
{required String url, required Map< String, String> headers, required int timeout, required ScrapingLogger logger}) → Future<String> -
Fetches HTML content from the given URL
override
-
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