fromUri static method

Future<OEmbedData> fromUri(
  1. Uri url
)

Constructs a new OEmbedData instance from a URL.

Implementation

static Future<OEmbedData> fromUri(Uri url) async => await OEmbed.fromUri(url);