removeAttachment method Null safety

void removeAttachment(
  1. String name
)

Implementation

void removeAttachment(String name) {
  _attachments?.remove(name);
}