getTrendsSkeleton method
Get the skeleton of trends on the network. Intended to be called and then hydrated through app.bsky.unspecced.getTrends
Implementation
Future<XRPCResponse<UnspeccedGetTrendsSkeletonOutput>> getTrendsSkeleton({
String? viewer,
int? limit,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyUnspeccedGetTrendsSkeleton(
viewer: viewer,
limit: limit,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);