destroy method

void destroy()

Manually destroys this encoder. If it was bound, this should have happend automatically; then calling destory is a no-op.

Implementation

void destroy() => _encoder.destroy();