final bag = CompositeSubscription(): AssetManagementViewModel({required this.api}) { Stream<List<Asset>> _getAssets() => api .getAssets(null) .map((event) => ...
確定! 回上一頁