CalibrationSession class
Constructors
- CalibrationSession(String accessToken, String sessionId)
Properties
- accessToken ↔ String
-
getter/setter pair
- canCaptureSensie ↔ bool
-
getter/setter pair
-
currentSensie
↔ Map<
String, dynamic> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sensorData ↔ SensorData
-
getter/setter pair
Methods
-
addSensie(
{required dynamic sensie}) → Future< void> -
captureSensie(
CaptureSensieInput captureSensieInput) → Future< Map< String, dynamic> > -
checkCanCaptureSensie(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetSensorData(
) → dynamic -
roundSensorData(
) → void -
startSensors(
{void callback(SensorData)?}) → Map< String, StreamSubscription> -
stopSensors(
StreamSubscription subGyro, StreamSubscription subAcc) → void -
storeSensieRequest(
{required int whipCount, required bool flow}) → Future< Map< String, dynamic> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited