haptic method

Triggers haptic feedback.

Implementation

Future<VibrationResult> haptic(HapticType type) {
  throw UnimplementedError('haptic() has not been implemented.');
}