SetSoundPan method

String SetSoundPan(
  1. SoundBase<SoundBase<dynamic, AudioStreamBase>, AudioStreamBase> sound,
  2. num pan
)

Implementation

String SetSoundPan(
  SoundBase sound,
  num pan,
) => 'SetSoundPan($sound, $pan)';