embed static method

MailerInterface embed(
  1. String path,
  2. String cid
)

Embeds an inline image.

Implementation

static MailerInterface embed(String path, String cid) =>
    manager.embed(path, cid);