freeNative method

  1. @override
void freeNative()
override

Frees the native resources owned by this object. Subclasses implement the concrete free logic here; callers must use dispose instead.

Implementation

@override
void freeNative() {
  finalizer.detach(this);
  ccontrib.cv_quality_QualitySSIM_close(ptr);
}