importRepo method

Future<XRPCResponse<EmptyData>> importRepo(
  1. Uint8List car
)

Implementation

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