with_attachment method

Future<MailQuery> with_attachment()

Implementation

Future<MailQuery> with_attachment() async {
  var MailQuery = await this;
  return MailQuery.with_attachment();
}