decRef method

void decRef(
  1. int handle
)

Decrease the reference count for the object with the given handle.

Implementation

void decRef(final int handle) => check(synthizer.syz_handleDecRef(handle));