resist method

Future<void> resist()

Triggers a resist haptic effect using low ticks (Android only).

Implementation

Future<void> resist() {
  throw UnimplementedError('resist() has not been implemented.');
}