removeAttachment method
Removes the attachment from the skin.
Implementation
void removeAttachment(int slotIndex, String placeholder) {
SpineBindings.bindings.spine_skin_remove_attachment(_ptr, slotIndex, placeholder.toNativeUtf8().cast<Char>());
}