Asynchronously retrieves a built-in detector by its name. If the detector is found in the BuiltInDetectors registry, it is loaded and returned; otherwise, a warning is logged and undefined is returned.
undefined
Misti context.
The name of the detector to retrieve. This name must match a key in the BuiltInDetectors object.
A Promise that resolves to a Detector instance or undefined if the detector cannot be found or fails to load.
Asynchronously retrieves a built-in detector by its name. If the detector is found in the BuiltInDetectors registry, it is loaded and returned; otherwise, a warning is logged and
undefined
is returned.