TF-4029 Remove function is not used
This commit is contained in:
@@ -62,27 +62,3 @@ class EmailPrint with EquatableMixin {
|
|||||||
subject,
|
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