TF-1810 Add GetNewReceiveEmailFromNotificationInteractor to get new receive email from notification

(cherry picked from commit df7a84a932f8496d92e5eed8ccd66c0b8709ae61)
This commit is contained in:
dab246
2023-05-10 16:31:00 +07:00
committed by Dat Vu
parent 41ed9a230d
commit 7e0f338fa0
5 changed files with 110 additions and 1 deletions
@@ -49,4 +49,6 @@ abstract class FCMRepository {
Properties? propertiesUpdated
}
);
Future<List<EmailId>> getNewReceiveEmailFromNotification(Session session, AccountId accountId, jmap.State currentState);
}