masterDevice property
MasterDeviceDescriptor
get
masterDevice
The first of all the masterDevices. This is a convinient method used when there is only one master device, which is most of the cases in Flutter where the master device is typically the phone.
Implementation
MasterDeviceDescriptor get masterDevice => masterDevices.first;