StateFlow val stateFlow = MutableStateFlow(initialValue) // 与StateFlow行为相同的SharedFlow // 注意参数val sharedFlow = MutableSharedFlow( ...
確定! 回上一頁