getSuggestedFeeds method
Get a list of suggested feeds (feed generators) for the requesting account.
Implementation
Future<XRPCResponse<FeedGetSuggestedFeedsOutput>> getSuggestedFeeds({
int? limit,
String? cursor,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyFeedGetSuggestedFeeds(
limit: limit,
cursor: cursor,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);