haptic method

Future<void> haptic(
  1. String type
)

Triggers a native haptic pattern.

Supported type values: 'impact', 'success', 'warning', 'error'.

Implementation

Future<void> haptic(String type) =>
    NexoraSdkPlatform.instance.hapticFeedback(type);