setAttachment method
attachmentName May be empty.
Implementation
void setAttachment(String slotName, String attachmentName) {
SpineBindings.bindings.spine_skeleton_set_attachment(
_ptr, slotName.toNativeUtf8().cast<Char>(), attachmentName.toNativeUtf8().cast<Char>());
}