identifyEmbed static method
Returns a nullable SocialMediaGenericEmbedData identifying any social embed on the html
embedHtml
is the string containing the html embed
Implementation
static SocialMediaGenericEmbedData? identifyEmbed(String embedHtml) =>
_htmlToEmbedData(embedHtml);