STYLE_IMAGE_REMOVE_UNUSED constant Null safety

String const STYLE_IMAGE_REMOVE_UNUSED

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";