getDeviceId static method

Future<String?> getDeviceId()

Gets the device ID from the environment file

Implementation

static Future<String?> getDeviceId() async {
  return await getEnvVar('DEVICE_ID');
}