getRepoStatus method
Get the hosting status for a repository, on this server. Expected to be implemented by PDS and Relay.
Implementation
Future<XRPCResponse<SyncGetRepoStatusOutput>> getRepoStatus({
required String did,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoSyncGetRepoStatus(
did: did,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);