Checks if a specific handlers has been registered with the runtime.
bool handlerExists(String name) => _handlers.containsKey(name);