fire method

Future<void> fire(
  1. VooWatchHapticType type
)

Fire a haptic on the paired watch. No-op if the watch is unreachable.

Implementation

Future<void> fire(VooWatchHapticType type) => _repository.fire(type);