shareToEmail method
Sends an email with native composers or system mail actions, supporting attachments.
Implementation
Future<bool> shareToEmail({
required List<String> recipients,
String? subject,
String? body,
List<String>? attachmentPaths,
bool isHtml = false,
}) {
throw UnimplementedError('shareToEmail() has not been implemented.');
}