Checks if there is a handler for the given URL
bool hasHandlerForUrl(String url) { return getHandlerForUrl(url) != null; }