runScopedConfig<T> static method
Runs body with overrides applied on top of the current effective config.
Implementation
static T runScopedConfig<T>(ConvertConfig overrides, T Function() body) =>
ConvertConfig.runScoped(overrides, body);