HealthHandle class

Constructors

HealthHandle()

Properties

hashCode int
The hash code for this object.
no setterinherited
logStream Stream
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addHealthBloodOxygen(double bloodOxygen, {DateTime? time}) Future<ResultBase>
addHealthBodyFatPercentage(double bodyFatPercentage, {DateTime? startDate, DateTime? endDate}) Future<ResultBase>
addHealthBodyMass(double bodyMass, {DateTime? startDate, DateTime? endDate}) Future<ResultBase>
addHealthBodyMassIndex(double bodyMassIndex, {DateTime? startDate, DateTime? endDate}) Future<ResultBase>
addHealthCycling(double cycling, {DateTime? startDate, DateTime? endDate}) Future<ResultBase>
addHealthHeartRate(int heartRate, {DateTime? time}) Future<ResultBase>
addHealthLeanBodyMass(double leanBodyMass, {DateTime? startDate, DateTime? endDate}) Future<ResultBase>
addHealthMindfulness(DateTime startDate, DateTime endDate) Future<ResultBase>
addHealthStature(double height, {DateTime? startDate, DateTime? endDate}) Future<ResultBase>
addHealthStepCount(double stepCount, {DateTime? startDate, DateTime? endDate}) Future<ResultBase>
addHealthWalkingRunning(double walkingRunning, {DateTime? startDate, DateTime? endDate}) Future<ResultBase>
getHealthAuthorityStatus(HealthAppSubclassification subclassification) Future<AuthorityStatus?>
getHealthStature({DateTime? startDate, DateTime? endDate}) Future<GetHealthData>
gotoHealthApp() Future<bool?>
isHealthDataAvailable() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestHealthAuthority(HealthAppSubclassification subclassification) Future<ResultBase>
requestHealthSubmodulesAuthority(List<HealthAppSubclassification> subclassifications) Future<ResultBase>
toString() String
A string representation of this object.
inherited

Operators

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