TerraAppleHealth class

Constructors

TerraAppleHealth(String devId, String apiKey, {bool autoFetch = true})

Properties

apiKey String
final
autoFetch bool
final
devId String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

auth({bool? referenceId}) Future<Map>
deauth() → dynamic
getActivity(DateTime startDate, DateTime endDate) → dynamic
getAthlete() → dynamic
getBody(DateTime startDate, DateTime endDate) → dynamic
getDaily(DateTime startDate, DateTime endDate) → dynamic
getSleep(DateTime startDate, DateTime endDate) → dynamic
initTerra({required String userId}) Future<Map>
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