meshcore-open/lib/utils/browser_detection.dart
2026-02-22 07:40:40 -08:00

2 lines
94 B
Dart

export 'browser_detection_stub.dart'
if (dart.library.html) 'browser_detection_web.dart';