importRepo method
Implementation
Future<core.XRPCResponse<core.EmptyData>> importRepo(
final Uint8List car,
) async =>
await _ctx.post(
ns.comAtprotoRepoImportRepo,
body: car,
);
Future<core.XRPCResponse<core.EmptyData>> importRepo(
final Uint8List car,
) async =>
await _ctx.post(
ns.comAtprotoRepoImportRepo,
body: car,
);