VitalsService class abstract

Annotations
  • @ChopperApi()

Constructors

VitalsService()

Properties

client ↔ ChopperClient
getter/setter pairinherited
definitionType Type
Used internally to retrieve the service from ChopperClient.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBloodOxygen(String userId, DateTime startDate, {DateTime? endDate, String? provider}) Future<Response<List<Measurement>>>
getBloodPressure(String userId, DateTime startDate, {DateTime? endDate, String? provider}) Future<Response<List<BloodPressureMeasurement>>>
getCholesterol(CholesterolType cholesterolType, String userId, DateTime startDate, {DateTime? endDate, String? provider}) Future<Response<List<Measurement>>>
getGlucose(String userId, DateTime startDate, {DateTime? endDate, String? provider}) Future<Response<List<Measurement>>>
getHeartrate(String userId, DateTime startDate, {DateTime? endDate, String? provider}) Future<Response<List<Measurement>>>
getHeartrateVariability(String userId, DateTime startDate, {DateTime? endDate, String? provider}) Future<Response<List<Measurement>>>
getHypnogram(String userId, DateTime startDate, {DateTime? endDate, String? provider}) Future<Response<List<Measurement>>>
getIge(String userId, DateTime startDate, {DateTime? endDate, String? provider}) Future<Response<List<Measurement>>>
getIgg(String userId, DateTime startDate, {DateTime? endDate, String? provider}) Future<Response<List<Measurement>>>
getRespiratoryRate(String userId, DateTime startDate, {DateTime? endDate, String? provider}) Future<Response<List<Measurement>>>
getSteps(String userId, DateTime startDate, {DateTime? endDate, String? provider}) Future<Response<List<Measurement>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create(Client httpClient, Uri baseUrl, RequestInterceptor authInterceptor) VitalsService