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,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoSyncGetRepoStatus(
did: did,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);