flushLogs static method

void flushLogs()

Force flush all pending logs

Implementation

static void flushLogs() {
  DartBridgeTelemetry.flush();
}