getCalloutConfig method
Implementation
CalloutConfigModel? getCalloutConfig(CalloutId feature) {
OE? oe = findOE(feature);
if (oe != null) return oe.calloutConfig;
return null;
}
CalloutConfigModel? getCalloutConfig(CalloutId feature) {
OE? oe = findOE(feature);
if (oe != null) return oe.calloutConfig;
return null;
}