dispose method

void dispose()

Implementation

void dispose() {
  calloc.free(_handle);
  _finalizer.detach(this);
}