VivantaSync class

Constructors

VivantaSync({String apiKey = '', String customerId = '', String externalUserId = '', String token = '', bool isFromForegroundService = false})

Properties

apiKey String
final
customerId String
final
database Database
latefinal
externalUserId String
final
hashCode int
The hash code for this object.
no setterinherited
http Http
latefinal
isFromForegroundService bool
final
preferences Preferences
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
final

Methods

executeAll() Future<void>
executeAppleHealth(Database database, Preferences preferences, Http http, bool previousAccess) Future<void>
executeGoogleHealthConnect(Database database, Preferences preferences, Http http, bool previousAccess) Future<void>
getAppleHealthWritePermissions() Future<List<AppleHealthParameterType>>
getGoogleHealthConnectWritePermissions() Future<List<GoogleHealthParameterType>>
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