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