composeEmail method
Composes an email in the default mail app
Implementation
Future<bool> composeEmail({required EmailContent emailContent}) {
throw UnimplementedError('composeEmail() has not been implemented.');
}
Composes an email in the default mail app
Future<bool> composeEmail({required EmailContent emailContent}) {
throw UnimplementedError('composeEmail() has not been implemented.');
}