uiCustomizationLayer property
JSON structure defining labels and graphic elements to be added to the Camera UI
Implementation
dynamic get uiCustomizationLayer => _uiCustomizationLayer;
Implementation
set uiCustomizationLayer(dynamic val) {
_uiCustomizationLayer = val;
_setCustomization({"uiCustomizationLayer": val}, this);
}