Writes the named children on disconnect, leaving the rest.
Future<void> updateChildren(Map<String, Object?> value) => _withCbor(path, value, fdbDbOnDisconnectUpdate, 'onDisconnect.update');