voiceOnRestore method
Voice Restore Hook
Called by VoiceActingChannel when a voice line ends. Restores BGM volume to the cached level from voiceOnDucking.
Implementation
Future<void> voiceOnRestore() async {
await bgm.setVolume(_bgmCachedVolume);
}