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