NodeRuntimeExtension.host constructor
NodeRuntimeExtension.host()
Creates a host-level extension before the server starts handling requests.
Implementation
factory NodeRuntimeExtension.host() {
return NodeRuntimeExtension(process: nodeProcess);
}