startedStream property

Stream<AiChatState> get startedStream

Implementation

Stream<AiChatState> get startedStream => stream.startWith(state);