syncValue method

void syncValue(
  1. String path
)

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