enableSound method

Future<void> enableSound(
  1. bool state
)

Enable or disable audio simulation fallback. Defaults to true.

Implementation

Future<void> enableSound(bool state) =>
    PulsarPlatform.instance.enableSound(state);