meshcore-open/lib/utils/browser_detection.dart

3 lines
94 B
Dart
Raw Normal View History

2026-02-22 07:40:40 -08:00
export 'browser_detection_stub.dart'
if (dart.library.html) 'browser_detection_web.dart';