appBskyNotificationGetPreferences function
Get notification-related preferences for an account. Requires auth.
Implementation
Future<XRPCResponse<NotificationGetPreferencesOutput>>
appBskyNotificationGetPreferences({
required ServiceContext $ctx,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await $ctx.get(
ns.appBskyNotificationGetPreferences,
headers: $headers,
parameters: {...?$unknown},
to: const NotificationGetPreferencesOutputConverter().fromJson,
);