SahhaFlutter class

Constructors

SahhaFlutter()

Properties

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

Methods

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

analyze() Future<String>
analyzeDateRange({required DateTime startDate, required DateTime endDate}) Future<String>
authenticate({required String appId, required String appSecret, required String externalId}) Future<bool>
authenticateToken({required String profileToken, required String refreshToken}) Future<bool>
configure({required SahhaEnvironment environment, List<SahhaSensor> sensors = sensorList, Map<String, String> notificationSettings = const <String, String>{}}) Future<bool>
deauthenticate() Future<bool>
enableSensors() Future<SahhaSensorStatus>
getDemographic() Future<String>
getSensorStatus() Future<SahhaSensorStatus>
isAuthenticated() Future<bool>
openAppSettings() → void
postDemographic(Map demographic) Future<bool>

Constants

sensorList → const List<SahhaSensor>