listReposByCollection method
Enumerates all the DIDs which have records with the given collection NSID.
Implementation
Future<XRPCResponse<SyncListReposByCollectionOutput>> listReposByCollection({
required String collection,
int? limit,
String? cursor,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoSyncListReposByCollection(
collection: collection,
limit: limit,
cursor: cursor,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);