TF-599 Handle mark as read action for mailbox

This commit is contained in:
dab246
2022-06-01 15:37:07 +07:00
committed by Dat H. Pham
parent 3b3da513e4
commit 30b7d046f9
16 changed files with 301 additions and 48 deletions
@@ -57,14 +57,6 @@ class CancelSelectionAllEmailAction extends DashBoardAction {
List<Object?> get props => [];
}
class MarkAsReadAllEmailAction extends DashBoardAction {
MarkAsReadAllEmailAction();
@override
List<Object?> get props => [];
}
class FilterMessageAction extends DashBoardAction {
final BuildContext context;