putPreferences method
Set the private preferences attached to the account.
Implementation
Future<XRPCResponse<EmptyData>> putPreferences({
required List<UPreferences> preferences,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyActorPutPreferences(
preferences: preferences,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);