What does getMyData().collect do where getMyData i...
# coroutines
s
What does getMyData().collect do where getMyData is a flow object?
b
It will actually start the execution of your cold flow and start collecting the respective "emit"s from your flow