Enable or disable audio simulation fallback. Defaults to true.
true
Future<void> enableSound(bool state) => PulsarPlatform.instance.enableSound(state);