UnloadSound method
Unload sound
Implementation
void UnloadSound(
SoundD sound,
) => run(
() => _debugLabels.UnloadSound(sound),
() => _flat.UnloadSound(
sound,
),
);
Unload sound
void UnloadSound(
SoundD sound,
) => run(
() => _debugLabels.UnloadSound(sound),
() => _flat.UnloadSound(
sound,
),
);