mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-14 22:55:12 +10:00
4 lines
64 B
Dart
4 lines
64 B
Dart
class BrowserDetection {
|
|
static bool get isChrome => false;
|
|
}
|