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,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyNotificationListActivitySubscriptions(
limit: limit,
cursor: cursor,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);