create exception for session web

This commit is contained in:
ManhNTX
2022-07-12 15:27:53 +07:00
committed by Dat H. Pham
parent ef436c3557
commit 269e8dbfef
11 changed files with 47 additions and 40 deletions
@@ -52,7 +52,6 @@ class ComposerCache with EquatableMixin {
replyTo: (json['replyTo'] as List<dynamic>?)?.map((json) => EmailAddress.fromJson(json)).toSet(),
textBody: (json['textBody'] as List<dynamic>?)?.map((json) => EmailBodyPart.fromJson(json)).toSet(),
htmlBody: (json['htmlBody'] as List<dynamic>?)?.map((json) => EmailBodyPart.fromJson(json)).toSet(),
);
}
@@ -65,7 +64,6 @@ class ComposerCache with EquatableMixin {
cc,
bcc,
replyTo,
];
List<EmailContent> get emailContentList {