LoadSound method
Implementation
SoundD LoadSound(
String fileName,
) => run(
() => 'LoadSound($fileName)',
() => rl.Temp.Sound$.RefCapture(
'LoadSound_$fileName',
rl.Audio.LoadSound(
rl.Temp.String$.ValueOrNull(fileName),
),
),
);