getRawHtml method
Gets the raw HTML content from the current scraper
Implementation
String? getRawHtml() {
return _currentScraper?.rawHtml;
}
Gets the raw HTML content from the current scraper
String? getRawHtml() {
return _currentScraper?.rawHtml;
}