whatsApp-clone-compose
whatsApp-clone-compose copied to clipboard
Question
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
.