setInPath method
Similar to update but only updates the given path
.
Implementation
Future<void> setInPath(String path, dynamic value,
[TransactionId? transactionId]) =>
update({path: deepClone(value)}, transactionId);
Similar to update but only updates the given path
.
Future<void> setInPath(String path, dynamic value,
[TransactionId? transactionId]) =>
update({path: deepClone(value)}, transactionId);