Flow 間のデータ受け渡し. observeUser() .flatMap { user -> api.load(user.id) .flatMapLatest { data -> api.send(user.id, data) } } .collect().
確定! 回上一頁