menu
cometchat_chat_uikit package
documentation
shared_ui/src/services/cometchat_stream_service.dart
CometChatStreamService
isQueueEmpty method
isQueueEmpty method
dark_mode
light_mode
isQueueEmpty
method
bool
isQueueEmpty
(
int
runId
)
Implementation
bool isQueueEmpty(int runId) => _eventQueues[runId]?.isEmpty ?? true;
cometchat_chat_uikit package
documentation
shared_ui/src/services/cometchat_stream_service
CometChatStreamService
isQueueEmpty method
CometChatStreamService class