showReplyGeneratingIndicator method

  1. @override
Future<void> showReplyGeneratingIndicator()
inherited

The action for the show reply generating indicator.

Implementation

@override
Future<void> showReplyGeneratingIndicator() {
  return _$showReplyGeneratingIndicatorAsyncAction
      .run(() => super.showReplyGeneratingIndicator());
}