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