fromUser

inline fun <T> Flow<T>.fromUser(userId: <Error class: unknown class>): Flow<T>

Return

Flow with the FromUser.user field User.id the same as userId


inline fun <T> Flow<T>.fromUser(user: <Error class: unknown class>): Flow<T>

Return

Flow with the FromUser.user field User.id the same as User.id