Fix not found object in bindings

(cherry picked from commit c9086077656b927b50c50498ca6f98e5a1da2b1e)
This commit is contained in:
dab246
2023-09-25 10:17:18 +07:00
committed by Dat H. Pham
parent 4cff60ae1b
commit 78eddecc1a
12 changed files with 59 additions and 319 deletions
@@ -15,8 +15,7 @@ class LogoutOidcInteractor {
final AccountRepository _accountRepository;
final AuthenticationOIDCRepository _authenticationOIDCRepository;
LogoutOidcInteractor(
this._accountRepository, this._authenticationOIDCRepository);
LogoutOidcInteractor(this._accountRepository, this._authenticationOIDCRepository);
Stream<Either<Failure, Success>> execute() async* {
try {