close method
void
close()
Clean up resources associated with the sub-process instance.
Implementation
void close() {
_i3.callMethod(
this,
'close',
[],
);
}
Clean up resources associated with the sub-process instance.
void close() {
_i3.callMethod(
this,
'close',
[],
);
}