hideReplyGeneratingIndicator method

  1. @action
Future<void> hideReplyGeneratingIndicator()

The action for the hide reply generating indicator.

Implementation

@action
Future<void> hideReplyGeneratingIndicator() async {
  await removeMessageById(messageId: loadingIndicatorMessageId);
}