menu
pivox package
documentation
features/web_scraping/specialized_site_handlers.dart
SpecializedSiteHandler
canHandle abstract method
canHandle abstract method
dark_mode
light_mode
canHandle
abstract method
bool
canHandle
(
String
url
)
Checks if this handler can handle the given URL
Implementation
bool canHandle(String url);
pivox package
documentation
features/web_scraping/specialized_site_handlers
SpecializedSiteHandler
canHandle abstract method
SpecializedSiteHandler class