enableHaptics method

Future<void> enableHaptics(
  1. bool state
)

Enable or disable haptic output globally. Defaults to true.

Implementation

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