incRef method

void incRef(
  1. int handle
)

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

Implementation

void incRef(final int handle) => check(synthizer.syz_handleIncRef(handle));