TF-1809: Create func get detailed email in data layer

(cherry picked from commit 76a5e6fddfc7fb79e9e487d914b29de784ba523f)
This commit is contained in:
HuyNguyen
2023-05-16 00:53:21 +07:00
committed by Dat Vu
parent d6f2045db4
commit b17e4e4728
12 changed files with 96 additions and 13 deletions
@@ -205,7 +205,7 @@ class EmailRepositoryImpl extends EmailRepository {
}
@override
Future<DetailedEmail> getOpenedEmail(Session session, AccountId accountId) {
Future<DetailedEmail> getOpenedEmail(Session session, AccountId accountId, EmailId emailId) {
throw UnimplementedError();
}
}