registerAttachment method
Implementation
IAttachment registerAttachment(IProvider provider, IAttachment attachment) {
return IAttachment(
_registerAttachment(self, provider.self, attachment.self),
);
}
IAttachment registerAttachment(IProvider provider, IAttachment attachment) {
return IAttachment(
_registerAttachment(self, provider.self, attachment.self),
);
}