broadcastStopQAAssistant method
void
broadcastStopQAAssistant()
Broadcast stop QA Assistant command from Flagship SDK
Implementation
void broadcastStopQAAssistant() {
print('📤 QA Message Service: Broadcasting stop QA Assistant command');
_stopCommandController.add(null);
}