launchEmail method
Implementation
void launchEmail() async {
_launchUrl(
'mailto:$email?subject=${Uri.encodeComponent(subject)}&body=${Uri.encodeComponent(body)}',
'Email',
);
}
void launchEmail() async {
_launchUrl(
'mailto:$email?subject=${Uri.encodeComponent(subject)}&body=${Uri.encodeComponent(body)}',
'Email',
);
}