Returns true if this factory contain a device manager of the given deviceType.
deviceType
@override bool hasDevice(String deviceType) => _devices.containsKey(deviceType);