syncValue method
Remote Path of Responder
Implementation
//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);
}