dispose method

void dispose()

Release the resources used by the object.

Implementation

void dispose() {
  FlutterMozjpeg._jpegCompressRelease(_vectorAddress!);
  _vectorAddress = null;
}