... val dates: LiveData<String> = liveData { viewModelScope.launch { … ... to create another LiveData or Flow , emit that with emitSource ...
確定! 回上一頁