AgentAtom constructor

AgentAtom(
  1. KernelApp _app, {
  2. BundleSessionBridge? bridge,
  3. DispatchSession? session,
})

Implementation

AgentAtom(this._app, {this.bridge, this.session});