Check if a key has registered callbacks
bool containsKey(String key) { return _handlers.containsKey(key); }