Instance method 'onReceive(_:perform:)' requires that 'Binding<String>' conform to 'Publisher' code example
Example: Instance method 'onReceive(_:perform:)' requires that 'Binding' conform to 'Publisher'
onReceive(self.countdown.$secondsLeft)
onReceive(self.countdown.$secondsLeft)