EventConfigurator typedef

EventConfigurator = FutureOr<void> Function(EventManager, ProviderContainer)

Uses to add/define event listeners to EventManager given.

Implementation

typedef EventConfigurator = FutureOr<void> Function(
  EventManager,
  ProviderContainer,
);