Kotlin Flow does not work as expected if the user does not use the app
I have a food delivery KMM app, and for fetching the restaurants lists, I am not sure if I should use Flow or suspend methods.
Koltin Flow does not work as expected if the user does not use the app
I have a food delivery KMM app, and for fetching the restaurants lists, I am not sure if I should use Flow or suspend methods.