event_bus/res/subscription library

Classes

Subscription
The class manages the subscription to event bus

Typedefs

Responder<T> = void Function(T event)
The function/method signature for the event handler