SetSoundPitch method

String SetSoundPitch(
  1. SoundBase<SoundBase<dynamic, AudioStreamBase>, AudioStreamBase> sound,
  2. num pitch
)

Implementation

String SetSoundPitch(
  SoundBase sound,
  num pitch,
) => 'SetSoundPitch($sound, $pitch)';