bcc method

  1. @override
MailerInterface bcc(
  1. dynamic addresses
)
override

Sets the BCC (Blind Carbon Copy) recipient(s).

Implementation

@override
MailerInterface bcc(dynamic addresses) => defaultMailer.bcc(addresses);