EventBusSubscriber<T> typedef

EventBusSubscriber<T> = void Function(T event)

Implementation

typedef EventBusSubscriber<T> = void Function(T event);