class CardViewModel : ViewModel() { init { // new trick to launch when ViewModel created viewModelScope.launch { } } fun test() ...
確定! 回上一頁