What should happen when this level is popped from a level stack.
@override void onPop(final double? fadeLength) { super.onPop(fadeLength); _sound?.destroy(); }