isChatEntryResolving property

RxBool isChatEntryResolving
getter/setter pair

True until the first openChatWithConfiginitChatController pass finishes (_signalFirstInitComplete). Also set true at each chat open so the UI never flashes EmptyConversationView before we know real empty vs loading history.

Implementation

RxBool isChatEntryResolving = true.obs;