why I can’t declare class as ```class RetrieveProd...
# coroutines
m
why I can’t declare class as
Copy code
class RetrieveProducts(): suspend fun () -> Flow<List<Product>> {}