SetSoundVolume method

String SetSoundVolume(
  1. SoundBase<SoundBase<dynamic, AudioStreamBase>, AudioStreamBase> sound,
  2. num volume
)

Implementation

String SetSoundVolume(
  SoundBase sound,
  num volume,
) => 'SetSoundVolume($sound, $volume)';