DeviceMonitor constructor

DeviceMonitor()

Implementation

factory DeviceMonitor() {
  _instance ??= DeviceMonitor._();
  return _instance!;
}