DexcomCalibrationDataManager class

DexcomCalibrationDataManager is a class the manages the requests related to DexcomCalibrationData.

Inheritance

Constructors

DexcomCalibrationDataManager({String? clientID, 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(DexcomAPIURL dexcomUrl) Future<List<DexcomCalibrationData>>
Method that fetches data from the Dexcom API.
override
getResponse(DexcomAPIURL dexcomAPIUrl) Future
Method the obtains the response from the given DexcomAPIURL.
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