StateFluxAttribute
StateFlux allows you to subscribe to a state and, if it has a current state, it will emit the message that we are subscribing to be updated with the latest state, in this case there is only one way to deal with this attribute (unlike MethodFluxAttribute)
Here is a simple example
Last updated