deleteInPath method
Similar to update but only deletes the given path
.
Implementation
Future<void> deleteInPath(String path, [TransactionId? transactionId]) =>
update({path: null}, transactionId);
Similar to update but only deletes the given path
.
Future<void> deleteInPath(String path, [TransactionId? transactionId]) =>
update({path: null}, transactionId);