TF-1810 Implement get new receive email from notification
(cherry picked from commit d523e899b472d220652a0ef23ffb2dd730c0126d)
This commit is contained in:
+6
-6
@@ -16,12 +16,12 @@ class GetNewReceiveEmailFromNotificationInteractor {
|
||||
|
||||
GetNewReceiveEmailFromNotificationInteractor(this._fcmRepository, this._emailRepository);
|
||||
|
||||
Stream<Either<Failure, Success>> execute(
|
||||
Session session,
|
||||
AccountId accountId,
|
||||
UserName userName,
|
||||
jmap.State newState
|
||||
) async* {
|
||||
Stream<Either<Failure, Success>> execute({
|
||||
required Session session,
|
||||
required AccountId accountId,
|
||||
required UserName userName,
|
||||
required jmap.State newState
|
||||
}) async* {
|
||||
try {
|
||||
yield Right<Failure, Success>(GetNewReceiveEmailFromNotificationLoading());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user