getConfig method

Future<XRPCResponse<UnspeccedGetConfigOutput>> getConfig({
  1. Map<String, String>? $headers,
  2. Map<String, String>? $unknown,
})

Get miscellaneous runtime configuration.

Implementation

Future<XRPCResponse<UnspeccedGetConfigOutput>> getConfig({
  Map<String, String>? $headers,
  Map<String, String>? $unknown,
}) async => await appBskyUnspeccedGetConfig(
  $ctx: _ctx,
  $headers: $headers,
  $unknown: $unknown,
);