put method
Integrates data
(string or object) in a node and saves them to the User,
synchronizing the peers of a network.
Implementation
User put(dynamic data) {
final user = _user.put(dartToJs(data));
return User._(user);
}
Integrates data
(string or object) in a node and saves them to the User,
synchronizing the peers of a network.
User put(dynamic data) {
final user = _user.put(dartToJs(data));
return User._(user);
}