dispose method

void dispose()

Implementation

void dispose() {
  finalizer.detach(this);
  cvg.gapi_GComputation_Close(ptr);
}