groupId method

  1. @override
String? groupId()
override

Returns a group identifier of the represented device.

Two devices have the same group identifier if they belong to the same physical device. For example, the audio input and output devices representing the speaker and microphone of the same headset have the same groupId.

Implementation

@override
String? groupId() => _device.groupId();