rampUpPattern method
Triggers a ramp-up haptic pattern (Android only).
Implementation
Future<void> rampUpPattern() {
throw UnimplementedError('rampUpPattern() has not been implemented.');
}
Triggers a ramp-up haptic pattern (Android only).
Future<void> rampUpPattern() {
throw UnimplementedError('rampUpPattern() has not been implemented.');
}