sendMail method

Future<bool> sendMail()

Implementation

Future<bool> sendMail() {
  return "mailto:${this}".launch();
}