toggleAiChat method

void toggleAiChat()

Implementation

void toggleAiChat() {
  _aiChatOpen = !_aiChatOpen;
  notifyListeners();
}