SetSoundVolume method
String
SetSoundVolume(
- SoundBase<
SoundBase< sound,dynamic, AudioStreamBase> , AudioStreamBase> - num volume
Implementation
String SetSoundVolume(
SoundBase sound,
num volume,
) => 'SetSoundVolume($sound, $volume)';