isSync method

bool isSync(
  1. WebGLSync? sync
)

Implementation

bool isSync(WebGLSync? sync) => js_util.callMethod(this, 'isSync', [sync]);