getManualAiSuggestion method

void getManualAiSuggestion()

Callback to show Ai suggestion manually when the AiCompletion.completionType is CompletionType.manual or CompletionType.mixed.

Implementation

void getManualAiSuggestion() {
  manualAiCompletion?.call();
}