hapticSupport method

Future<HapticSupport> hapticSupport()

Returns the device's haptic support level.

Implementation

Future<HapticSupport> hapticSupport() =>
    PulsarPlatform.instance.hapticSupport();