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