getConfig method
Get details about ozone's server configuration.
Implementation
Future<XRPCResponse<ServerGetConfigOutput>> getConfig({
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneServerGetConfig(
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);