getSubjectStatus method
Get the service-specific admin status of a subject (account, record, or blob).
Implementation
Future<XRPCResponse<AdminGetSubjectStatusOutput>> getSubjectStatus({
String? did,
AtUri? uri,
String? blob,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoAdminGetSubjectStatus(
did: did,
uri: uri,
blob: blob,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);