GetStream / whatsApp-clone-compose

📱 WhatsApp clone project demonstrates modern Android development built with Jetpack Compose and Stream Chat/Video SDK for Compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question

mikek9084 opened this issue · comments

thank you for all you community services
I just have a question about
CallHistoryRepositoryImpl class , why getCallHistoryUsersStream convert suspend to flow , why we cannot just return suspend function instead of flow , I have been seen this pattern a lot where they convert all repo function to flow but I did not get the idea behind it

.