fetchDeviceId static method

Future<String?> fetchDeviceId()

Implementation

static Future<String?> fetchDeviceId() {
  return Telemetry.fetchDeviceId();
}