putPreferences method
Set notification-related preferences for an account. Requires auth.
Implementation
Future<XRPCResponse<EmptyData>> putPreferences({
required bool priority,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyNotificationPutPreferences(
priority: priority,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);