describeRepo method

Future<XRPCResponse<RepoInfo>> describeRepo({
  1. required String repo,
})

Implementation

Future<core.XRPCResponse<RepoInfo>> describeRepo({
  required String repo,
}) async =>
    // ignore: deprecated_member_use_from_same_package
    await findRepoInfo(repo: repo);