TF-1667 Implement GetSpamMailboxCached interactor

(cherry picked from commit ffe62c58aa46526ea34536bac17862b5c16aa9ac)
This commit is contained in:
dab246
2023-04-05 15:30:34 +07:00
committed by Dat Vu
parent 308f4d3961
commit 72055cfccb
8 changed files with 147 additions and 1 deletions
@@ -1,5 +1,6 @@
class MailboxDashboardConstant {
static const String keyLastTimeDismissedSpamReported = 'KEY_LAST_TIME_DISMISSED_SPAM_REPORTED';
static const String keySpamReportState = 'KEY_SPAM_REPORT_STATE';
static const int spamReportBannerDisplayTimeOut = 4;
}