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