Loading app/src/main/java/foundation/e/apps/domain/login/usecase/UserLoginUseCase.kt +2 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,8 @@ class UserLoginUseCase @Inject constructor( fun currentUser() = commonRepository.currentUser() fun clearAuthData() = commonRepository.clearAuthData() fun performAnonymousUserAuthentication(): Flow<Resource<AuthData>> = flow { anonymousUser().onEach { anonymousAuth -> // TODO -> If we are not using auth data then Loading Loading
app/src/main/java/foundation/e/apps/domain/login/usecase/UserLoginUseCase.kt +2 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,8 @@ class UserLoginUseCase @Inject constructor( fun currentUser() = commonRepository.currentUser() fun clearAuthData() = commonRepository.clearAuthData() fun performAnonymousUserAuthentication(): Flow<Resource<AuthData>> = flow { anonymousUser().onEach { anonymousAuth -> // TODO -> If we are not using auth data then Loading