add either and state in interactor

This commit is contained in:
ManhNTX
2022-07-12 07:08:47 +07:00
committed by Dat H. Pham
parent bd0be89dce
commit ef436c3557
20 changed files with 189 additions and 89 deletions
@@ -10,7 +10,7 @@ class ComposerCacheRepositoryImpl extends ComposerCacheRepository {
ComposerCacheRepositoryImpl(this.composerCacheDataSource);
@override
ComposerCache? getComposerCacheOnWeb() {
ComposerCache getComposerCacheOnWeb() {
return composerCacheDataSource.getComposerCacheOnWeb();
}