removeImageForName method

void removeImageForName(
  1. NSString name$1
)

Removes a name and its associated image from the style.

@param name The name of the image to remove.

Implementation

void removeImageForName(objc.NSString name$1) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_removeImageForName_, name$1.ref.pointer);

}