getTrendingTopics method
Get a list of trending topics
Implementation
Future<XRPCResponse<UnspeccedGetTrendingTopicsOutput>> getTrendingTopics({
String? viewer,
int? limit,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyUnspeccedGetTrendingTopics(
viewer: viewer,
limit: limit,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);