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