stopAndFlush static method
Implementation
static Future<void> stopAndFlush() async {
stopReport();
TCICLog.clearSequence();
await report();
}
static Future<void> stopAndFlush() async {
stopReport();
TCICLog.clearSequence();
await report();
}