5 lines
203 B
Dart
5 lines
203 B
Dart
class MailboxDashboardConstant {
|
|
static const String keyLastTimeDismissedSpamReported = 'KEY_LAST_TIME_DISMISSED_SPAM_REPORTED';
|
|
|
|
static const String keySpamReportState = 'KEY_SPAM_REPORT_STATE';
|
|
} |