Files
hartmann-foto_documentation/hartmann-foto-documentation-frontend/lib/utils/file_download.dart
2026-02-03 09:51:03 +01:00

2 lines
126 B
Dart

export 'file_download_stub.dart' if (dart.library.js) 'file_download_web.dart' if (dart.library.io) 'file_download_app.dart';