stopRumble method

Future<bool> stopRumble(
  1. String gamepadId
)

Stops this device immediately without affecting other controllers.

Implementation

Future<bool> stopRumble(String gamepadId) async => false;