flushAllTracking method
Implementation
void flushAllTracking(String visitorId) {
this.fsCacheHit?.flushHits(failedIds);
failedIds.clear();
}
void flushAllTracking(String visitorId) {
this.fsCacheHit?.flushHits(failedIds);
failedIds.clear();
}