mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-07 07:49:43 +00:00
3 lines
139 B
Dart
3 lines
139 B
Dart
// Conditional exports for tray manager functionality
|
|
export 'tray_manager_native.dart'
|
|
if (dart.library.html) 'tray_manager_web.dart'; |