menu
masel_ai_chat package
documentation
ai_chat.dart
InMemoryAiChatRepo
startedStream property
startedStream property
dark_mode
light_mode
startedStream
property
Stream
<
List
<
AiChatItem
>
>
get
startedStream
inherited
Implementation
Stream<T> get startedStream async* { yield state; yield* stream; }
masel_ai_chat package
documentation
ai_chat
InMemoryAiChatRepo
startedStream property
InMemoryAiChatRepo class