subscribe method
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);