rampUpPattern method

Future<void> rampUpPattern()

Triggers a ramp-up haptic pattern (Android only).

Implementation

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