resStreamingProgressUpdated function
Implementation
void resStreamingProgressUpdated(int currentEntry, int overallEntries) {
CLCmdStreamingData.progress.add(currentEntry / overallEntries);
slog(
'resStreamingProgressUpdated: $currentEntry/$overallEntries=${currentEntry / overallEntries}');
}