FitbitSpO2IntradayDataManager class

FitbitSpO2IntradayDataManager is a class the manages the requests related to FitbitSpO2IntradayData.

Inheritance

Constructors

FitbitSpO2IntradayDataManager({required String clientID, required String clientSecret})

Properties

clientID String
The client id.
getter/setter pairinherited
clientSecret String
The client secret id.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetch(FitbitAPIURL fitbitUrl) Future<List<FitbitData>>
Method that fetches data from the Fitbit API.
override
getResponse(FitbitAPIURL fitbitUrl) Future
Method the obtains the response from the given FitbitAPIURL.
inherited
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