6 lines
86 B
Dart
6 lines
86 B
Dart
class DeviceUtils {
|
|
static bool checkDeviceServiceUuids() {
|
|
return false;
|
|
}
|
|
}
|