attachmentFile method

void attachmentFile(
  1. File? attachmentFile
)

Implementation

void attachmentFile(File? attachmentFile) {
  _attachmentFile = attachmentFile;
}