Enable or disable haptic output globally. Defaults to true.
true
Future<void> enableHaptics(bool state) => PulsarPlatform.instance.enableHaptics(state);