SessionsController constructor

SessionsController(
  1. OmnyShellService _service,
  2. String nodeId
)

Creates a controller for nodeId.

Implementation

SessionsController(this._service, this.nodeId)
  : state = Observable(const AsyncState.idle());