deviceType property
What device type is this package using?
This device type is matched with the DeviceDescriptor.roleName
when a
MasterDeviceDeployment
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 => Smartphone.DEVICE_TYPE;