identifyEmbed static method

SocialMediaGenericEmbedData? identifyEmbed(
  1. String embedHtml
)

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);