Triggers a native haptic pattern.
Supported type values: 'impact', 'success', 'warning', 'error'.
type
Future<void> haptic(String type) => NexoraSdkPlatform.instance.hapticFeedback(type);