updateAllRead method
Implementation
Future<XRPCResponse<ConvoUpdateAllReadOutput>> updateAllRead({
ConvoUpdateAllReadStatus? status,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await chatBskyConvoUpdateAllRead(
status: status,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);