handlerExists method

bool handlerExists (
  1. String name
)

Checks if a specific handlers has been registered with the runtime.

Implementation

bool handlerExists(String name) => _handlers.containsKey(name);