updateAllRead method

Future<XRPCResponse<ConvoUpdateAllReadOutput>> updateAllRead({
  1. ConvoUpdateAllReadStatus? status,
  2. Map<String, String>? $headers,
  3. Map<String, String>? $unknown,
})

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,
);