menu
arcane package
documentation
component/screen/chat_screen.dart
ChatScreenState
messageSubscription property
messageSubscription property
dark_mode
light_mode
messageSubscription
property
StreamSubscription
<
List
<
AbstractChatMessage
>
>
messageSubscription
getter/setter pair
Implementation
late StreamSubscription<List<AbstractChatMessage>> messageSubscription;
arcane package
documentation
component/screen/chat_screen
ChatScreenState
messageSubscription property
ChatScreenState class