meshcore-open/lib/utils/browser_detection_stub.dart

4 lines
64 B
Dart
Raw Permalink Normal View History

2026-02-22 07:40:40 -08:00
class BrowserDetection {
static bool get isChrome => false;
}