stopVibrating method

void stopVibrating()

Stops vibrating the controller.

Implementation

void stopVibrating() => vibrate(intensity: 0);