fire method
Fire a haptic on the paired watch. No-op if the watch is unreachable.
Implementation
Future<void> fire(VooWatchHapticType type) => _repository.fire(type);
Fire a haptic on the paired watch. No-op if the watch is unreachable.
Future<void> fire(VooWatchHapticType type) => _repository.fire(type);