send()
Sends a void value to the subscriber.
Declaration
func send()Mentioned in
Discussion
Use Void inputs and outputs when you want to signal that an event has occurred, but don’t need to send the event itself.
Sends a void value to the subscriber.
func send()Use Void inputs and outputs when you want to signal that an event has occurred, but don’t need to send the event itself.