menu
metadata_fetch_plus package
documentation
metadata_fetch_plus.dart
MetadataParser
htmlMeta static method
htmlMeta static method
dark_mode
light_mode
htmlMeta
static method
Metadata
htmlMeta
(
Document?
document
)
Implementation
static Metadata htmlMeta(Document? document) { return HtmlMetaParser(document).parse(); }
metadata_fetch_plus package
documentation
metadata_fetch_plus
MetadataParser
htmlMeta static method
MetadataParser class