TF-4029 Remove function is not used
This commit is contained in:
@@ -61,28 +61,4 @@ class EmailPrint with EquatableMixin {
|
||||
sender,
|
||||
subject,
|
||||
];
|
||||
}
|
||||
|
||||
extension EmailPrintExtension on EmailPrint {
|
||||
EmailPrint fromEmailContent(String newEmailContent) {
|
||||
return EmailPrint(
|
||||
appName: appName,
|
||||
userName: userName,
|
||||
emailContent: newEmailContent,
|
||||
titleAttachment: titleAttachment,
|
||||
receiveTime: receiveTime,
|
||||
fromPrefix: fromPrefix,
|
||||
toPrefix: toPrefix,
|
||||
ccPrefix: ccPrefix,
|
||||
bccPrefix: bccPrefix,
|
||||
replyToPrefix: replyToPrefix,
|
||||
attachments: attachments,
|
||||
toAddress: toAddress,
|
||||
ccAddress: ccAddress,
|
||||
bccAddress: bccAddress,
|
||||
replyToAddress: replyToAddress,
|
||||
sender: sender,
|
||||
subject: subject,
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user