NodeRuntime constructor
NodeRuntime(
- NodeConfig config
Creates a node runtime from config.
Implementation
NodeRuntime(this.config) {
_detached = DetachedSessionRegistry(clock: config.clock);
}
Creates a node runtime from config.
NodeRuntime(this.config) {
_detached = DetachedSessionRegistry(clock: config.clock);
}