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