addAttachment method

void addAttachment(
  1. SentryAttachment attachment
)

Implementation

void addAttachment(SentryAttachment attachment) {
  _attachments.add(attachment);
}