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

3 lines
64 B
Dart

class BrowserDetection {
static bool get isChrome => false;
}