video static method

BlockEmbed video(
  1. String videoUrl
)

Implementation

static BlockEmbed video(String videoUrl) => BlockEmbed(videoType, videoUrl);