EventBusPostable
public protocol EventBusPostable
Undocumented
-
Post a value to all subsctiber
Declaration
Swift
func post<T>(_ cargo: T) where T : EventPresentableParameters
cargoThe playload of any type
View on GitHub
EventBusPostable Protocol Reference