listActivitySubscriptions method
Enumerate all accounts to which the requesting account is subscribed to receive notifications for. Requires auth.
Implementation
Future<XRPCResponse<NotificationListActivitySubscriptionsOutput>>
listActivitySubscriptions({
int? limit,
String? cursor,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyNotificationListActivitySubscriptions(
limit: limit,
cursor: cursor,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);