getPopularFeedGenerators method
An unspecced view of globally popular feed generators.
Implementation
Future<XRPCResponse<UnspeccedGetPopularFeedGeneratorsOutput>>
getPopularFeedGenerators({
int? limit,
String? cursor,
String? query,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyUnspeccedGetPopularFeedGenerators(
limit: limit,
cursor: cursor,
query: query,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);