unsubscribe method
Implementation
void unsubscribe(String path, Function(ValueUpdate update) callback) {
var node = nodeCache.getRemoteNode(path);
node._unsubscribe(this, callback);
}
void unsubscribe(String path, Function(ValueUpdate update) callback) {
var node = nodeCache.getRemoteNode(path);
node._unsubscribe(this, callback);
}