getPreferences method
Get private preferences attached to the current account. Expected use is synchronization between multiple devices, and import/export during account migration. Requires auth.
Implementation
Future<XRPCResponse<ActorGetPreferencesOutput>> getPreferences({
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyActorGetPreferences(
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);