Checks if a controller with the given key exists.
key
bool hasController(String key) => _controllers.containsKey(key);