CommanderConfig config / Store
Stream
Source
Commander(this.config, this.store, Stream<Request> requestStream) { requestStream.listen((Request a) => exec(a)); store.apply(); }
CommanderConfig config / Store
Stream
Commander(this.config, this.store, Stream<Request> requestStream) { requestStream.listen((Request a) => exec(a)); store.apply(); }