consumeAsFlow () .flatMapLatest { /* 略*/ } .scan(CachedResult()) { acc, currentValue -> /* 略*/ } .shareIn( scope = viewModelScope, started = SharingStarted ...
確定! 回上一頁