menu
cometchat_chat_uikit package
documentation
shared_ui/src/services/cometchat_stream_service.dart
CometChatStreamService
removeMessageIdMapping method
removeMessageIdMapping method
dark_mode
light_mode
removeMessageIdMapping
method
void
removeMessageIdMapping
(
int
runId
)
Implementation
void removeMessageIdMapping(int runId) => _runIdToMessageIdMap.remove(runId);
cometchat_chat_uikit package
documentation
shared_ui/src/services/cometchat_stream_service
CometChatStreamService
removeMessageIdMapping method
CometChatStreamService class