TF-2611 Get for maximum 5 latest email in Email/changes on FCM

Signed-off-by: dab246 <tdvu@linagora.com>

clea# Please enter the commit message for your changes. Lines starting
This commit is contained in:
dab246
2024-02-19 16:31:47 +07:00
committed by Dat Vu
parent 60e1952328
commit 82956378e5
2 changed files with 25 additions and 22 deletions
@@ -12,4 +12,6 @@ class FcmConstants {
];
static const String firebaseRegistrationExpiredTimeProperty = 'expires';
static const int MAX_NUMBER_NEW_EMAILS_RETRIEVED = 5;
}