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