close method

void close()

Clean up resources associated with the sub-process instance.

Implementation

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