meshcore-open/lib/utils/browser_detection.dart
2026-02-23 03:43:49 -08:00

2 lines
100 B
Dart

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