STYLE_IMAGE_REMOVE_UNUSED constant Null safety
An image added to the style is no longer needed and can be removed using removeStyleImage method.
Event data format (Object):
.
└── id - String
Implementation
static const String STYLE_IMAGE_REMOVE_UNUSED = "style-image-remove-unused";