TF-4053 Add interactor/datasource/repository for move folder content action

This commit is contained in:
dab246
2025-10-29 13:19:25 +07:00
committed by Dat H. Pham
parent ccdbd798d9
commit 369316f50d
19 changed files with 695 additions and 188 deletions
@@ -61,4 +61,7 @@ extension ListEmailExtension on List<Email> {
),
).toList();
}
List<Email> withoutEmailWithId(EmailId emailId) =>
where((email) => email.id != emailId).toList();
}