putByUrlSync method

Id putByUrlSync(
  1. Repo object, {
  2. bool saveLinks = true,
})

Implementation

Id putByUrlSync(Repo object, {bool saveLinks = true}) {
  return putByIndexSync(r'url', object, saveLinks: saveLinks);
}