meshcore-open/lib/utils/browser_detection.dart

3 lines
100 B
Dart
Raw Permalink Normal View History

2026-02-22 07:40:40 -08:00
export 'browser_detection_stub.dart'
2026-02-23 03:43:49 -08:00
if (dart.library.js_interop) 'browser_detection_web.dart';