bcc method

Mail bcc(
  1. String email
)

Implementation

Mail bcc(String email) {
  _bcc.add(email);
  return this;
}