appBskyUnspeccedGetConfig function
Get miscellaneous runtime configuration.
Implementation
Future<XRPCResponse<UnspeccedGetConfigOutput>> appBskyUnspeccedGetConfig({
required ServiceContext $ctx,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await $ctx.get(
ns.appBskyUnspeccedGetConfig,
headers: $headers,
parameters: {...?$unknown},
to: const UnspeccedGetConfigOutputConverter().fromJson,
);