SensieEngine class

Constructors

SensieEngine({required String initAccessToken})

Properties

accessToken String
getter/setter pair
canEvaluate bool
getter/setter pair
canRecalibrate bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isConnecting bool
getter/setter pair
onEnds ↔ dynamic Function(Object)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensorData SensorData
getter/setter pair
sessionId String
getter/setter pair
userId String
getter/setter pair

Methods

captureSensie(CaptureEvaluateSensieInput captureSensieInput) Future
checkCanEvaluate() Future<bool>
checkCanRecalibrate() Future<bool>
connect() Future<Map<String, dynamic>>
getDataFromAsyncStorage(String key) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetSensorData() → dynamic
roundSensorData() → void
startCalibration(CalibrationInput calibrationInput) Future<CalibrationSession>
startEvaluation(String userId) Future<Map<String, dynamic>>
startSensors({dynamic callback(SensorData)?}) Map<String, StreamSubscription>
startSessionRequest(String type) Future
stopSensors({required StreamSubscription gyroSubscription, required StreamSubscription accelSubscription}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited