getBlocks method
Enumerates which accounts the requesting account is currently blocking. Requires auth.
Implementation
Future<XRPCResponse<GraphGetBlocksOutput>> getBlocks({
int? limit,
String? cursor,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyGraphGetBlocks(
limit: limit,
cursor: cursor,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);