embed method

void embed(
  1. ParagraphEmbed embed
)

Add an embed to the document.

Implementation

void embed(ParagraphEmbed embed) {
  _paragraphs.add(embed);
}