set method
Sets the value of the beacon and allows a force notification
Implementation
void set(T newValue, {bool force = false}) {
_setValue(newValue, force: force);
}
Sets the value of the beacon and allows a force notification
void set(T newValue, {bool force = false}) {
_setValue(newValue, force: force);
}