subscribe method

Future<bool> subscribe(
  1. Set<VooWatchHealthMetric> metrics
)

Ask the watch to start streaming the given metrics. Returns false if the user has not granted the corresponding entitlement / permission yet.

Implementation

Future<bool> subscribe(Set<VooWatchHealthMetric> metrics) => _repository.subscribe(metrics);