ref method

void ref()

Ensure that the status of the child process prevents the Deno process from exiting.

Implementation

void ref() {
  _i3.callMethod(
    this,
    'ref',
    [],
  );
}