dispose method

void dispose()

Implementation

void dispose() {
  finalizer.detach(this);
  cffi.WeChatQRCode_Close(ptr);
}