Flow -> LiveData. 用 Flow 的時候可以用上面同樣的形式: val currentWeatherFlow: LiveData<String> = liveData { emit(LOADING_STRING) emitSource( dataSource.
確定! 回上一頁