72055cfccb
(cherry picked from commit ffe62c58aa46526ea34536bac17862b5c16aa9ac)
6 lines
256 B
Dart
6 lines
256 B
Dart
|
|
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;
|
|
} |