TF-3416 Implement parse email by blob id interactor
This commit is contained in:
@@ -483,4 +483,9 @@ class EmailRepositoryImpl extends EmailRepository {
|
||||
emailId,
|
||||
eventActionType);
|
||||
}
|
||||
|
||||
@override
|
||||
Future<List<Email>> parseEmailByBlobIds(AccountId accountId, Set<Id> blobIds) {
|
||||
throw UnimplementedError();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user