hasHandler<TEvent> method

bool hasHandler<TEvent>()

Implementation

bool hasHandler<TEvent>() {
  return _handlers.containsKey(TEvent);
}