updateActorAccess method
Implementation
Future<XRPCResponse<EmptyData>> updateActorAccess({
required String actor,
required bool allowAccess,
String? ref,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await chatBskyModerationUpdateActorAccess(
actor: actor,
allowAccess: allowAccess,
ref: ref,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);