void syncValue(String path)

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);
}