deviceId property

String get deviceId

ID of device whose sound level has changed.

Implementation

String get deviceId => _wrapped.deviceId;
set deviceId (String v)

Implementation

set deviceId(String v) {
  _wrapped.deviceId = v;
}