deviceType property

  1. @override
String deviceType
inherited

What device type is this package using?

This device type is matched with the DeviceConfiguration.roleName when a PrimaryDeviceConfiguration is deployed on the phone and executed by a SmartphoneDeploymentController.

Note that it is assumed that a sampling package only supports one type of device.

Implementation

@override
String get deviceType => _deviceManager.type;