static launchEmail(String email, {String subject = ''}) async => await launchUrl("mailto:$email?subject=$subject");