stopPollingScore method
void
stopPollingScore()
Called when the stop timer fires (after 10 seconds), indicating no score was found.
Implementation
void stopPollingScore() {
Flagship.logger(Level.INFO, 'Stop Polling Score-EmotionAI, Session Ended');
_pollingTimer?.cancel();
}