AudioVolume constructor

AudioVolume()

Provides the ability to control and monitor the volume levels.

Implementation

factory AudioVolume() {
  return _audioVolume;
}