hideReplyGeneratingIndicator method
The action for the hide reply generating indicator.
Implementation
@action
Future<void> hideReplyGeneratingIndicator() async {
await removeMessageById(messageId: loadingIndicatorMessageId);
}
The action for the hide reply generating indicator.
@action
Future<void> hideReplyGeneratingIndicator() async {
await removeMessageById(messageId: loadingIndicatorMessageId);
}