TF-1714 Move MailboxDashboardConstant to domain layer
(cherry picked from commit 08a816bbcbd9e899a3eb74bda065898aa89f5ff1)
This commit is contained in:
@@ -0,0 +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;
|
||||
}
|
||||
Reference in New Issue
Block a user