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