menu
neurosdk2 package
documentation
sensors_field.dart
SensorGetSetProperty<T>
SensorGetSetProperty constructor
SensorGetSetProperty constructor
dark_mode
light_mode
SensorGetSetProperty<
T
>
constructor
SensorGetSetProperty<
T
>
(
String
guid
,
Future
<
T
>
_getter
(
String
),
Future
<
void
>
_setter
(
String
,
T
)
)
Implementation
SensorGetSetProperty(super.guid, super._getter, this._setter);
neurosdk2 package
documentation
sensors_field
SensorGetSetProperty<T>
SensorGetSetProperty constructor
SensorGetSetProperty class