hasHandler<T> static method
Check if a type has a registered handler.
Implementation
static bool hasHandler<T>() => _handlers.containsKey(T);
Check if a type has a registered handler.
static bool hasHandler<T>() => _handlers.containsKey(T);