DexcomDataManager class abstract

DexcomDataManager is an abstract class the manages the requests related to DexcomData.

Implementers

Constructors

DexcomDataManager({String? clientID, String? clientSecret})
Default constructor

Properties

clientID String?
The client id.
getter/setter pair
clientSecret String?
The client secret id.
getter/setter pair
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 url) Future<List<DexcomData>>
Method that fetches data from the Dexcom API.
getResponse(DexcomAPIURL dexcomAPIUrl) Future
Method the obtains the response from the given DexcomAPIURL.
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

manageError(DioError e) → void
Method that manages errors that could return from the Dexcom API.