Files
TelemetryMonitor/lib/export/csv_exporter.dart
2026-04-21 14:40:09 -03:00

2 lines
131 B
Dart

// Public import for the platform-split CSV exporter.
export 'csv_exporter_io.dart' if (dart.library.html) 'csv_exporter_web.dart';