getPreferences method

Future<XRPCResponse<NotificationGetPreferencesOutput>> getPreferences({
  1. Map<String, String>? $headers,
  2. Map<String, String>? $unknown,
})

Get notification-related preferences for an account. Requires auth.

Implementation

Future<XRPCResponse<NotificationGetPreferencesOutput>> getPreferences({
  Map<String, String>? $headers,
  Map<String, String>? $unknown,
}) async => await appBskyNotificationGetPreferences(
  $ctx: _ctx,
  $headers: $headers,
  $unknown: $unknown,
);