Remote Path of Responder
Source
//String get remotePath => link.remotePath;
void syncValue(String path) {
var n = this[path];
n.updateValue(n.lastValueUpdate.value, force: true);
}
Remote Path of Responder
//String get remotePath => link.remotePath;
void syncValue(String path) {
var n = this[path];
n.updateValue(n.lastValueUpdate.value, force: true);
}