How to listen to Published outside of SwiftUI view
Issue #782
Use $
to access Publisher
1 | final class Store: ObservableObject { |
1 | var anyCancellables = Set<AnyCancellable>() |
Updated at 2021-02-25 21:56:42
Issue #782
Use $
to access Publisher
1 | final class Store: ObservableObject { |
1 | var anyCancellables = Set<AnyCancellable>() |
Updated at 2021-02-25 21:56:42