TF-1363: [Date] Implement Store, Get, Delete spamReportState in Repository and datasource

This commit is contained in:
HuyNguyen
2023-01-16 12:56:37 +07:00
committed by Dat H. Pham
parent a3dae605a4
commit 7a85c15f98
6 changed files with 75 additions and 4 deletions
@@ -1,3 +1,5 @@
class MailboxDashboardConstant {
static const String keyLastTimeDismissedSpamReported = 'KEY_LAST_TIME_DISMISSED_SPAM_REPORTED';
static const String keySpamReportState = 'KEY_SPAM_REPORT_STATE';
}