putByUrl method

Future<Id> putByUrl(
  1. Repo object
)

Implementation

Future<Id> putByUrl(Repo object) {
  return putByIndex(r'url', object);
}