StopSound method
Implementation
void StopSound(
SoundD sound,
) => run(
() => 'StopSound($sound)',
() => rl.Audio.StopSound(
_refSound1(sound).ref,
),
);
void StopSound(
SoundD sound,
) => run(
() => 'StopSound($sound)',
() => rl.Audio.StopSound(
_refSound1(sound).ref,
),
);