Hi there, i’m trying to refactor some code using RxJava Observables to Coroutines Flow….is there any equivalent to Observable.just or Observable.error in comparison to coroutines Flow? Or would it be enough just to create a new instance of Flow and use the collect override method for that specific purpose?