listHosts method
Enumerates upstream hosts (eg, PDS or relay instances) that this service consumes from. Implemented by relays.
Implementation
Future<XRPCResponse<SyncListHostsOutput>> listHosts({
int? limit,
String? cursor,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoSyncListHosts(
limit: limit,
cursor: cursor,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);