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,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoSyncListHosts(
limit: limit,
cursor: cursor,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);