menu
neurosdk2 package
documentation
sensors_field.dart
SensorGetSetProperty<T>
set method
set method
dark_mode
light_mode
set
method
Future
<
void
>
set
(
T
newValue
)
Implementation
Future<void> set(T newValue) { return _setter(_guid, newValue); }
neurosdk2 package
documentation
sensors_field
SensorGetSetProperty<T>
set method
SensorGetSetProperty class