getConfig method
Get miscellaneous runtime configuration.
Implementation
Future<XRPCResponse<UnspeccedGetConfigOutput>> getConfig({
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyUnspeccedGetConfig(
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);