dispose method
Releases all resources used by this ExtensionList.
Implementation
void dispose() {
if (_disposable) {
biosealSDK.id3BiosealExtensionList_Dispose(_pHandle);
calloc.free(_pHandle);
_finalizer.detach(this);
}
}
Releases all resources used by this ExtensionList.
void dispose() {
if (_disposable) {
biosealSDK.id3BiosealExtensionList_Dispose(_pHandle);
calloc.free(_pHandle);
_finalizer.detach(this);
}
}