OEmbedEndpoint constructor

OEmbedEndpoint(
  1. Uri url,
  2. List<String> schemes
)

Constructs an OEmbedEndpoint with the given url and schemes.

Implementation

OEmbedEndpoint(
  this.url,
  this.schemes,
);