updateConfig static method
Updates the global configuration using updater.
Implementation
static void updateConfig(
ConvertConfig Function(ConvertConfig current) updater,
) => ConvertConfig.update(updater);
Updates the global configuration using updater.
static void updateConfig(
ConvertConfig Function(ConvertConfig current) updater,
) => ConvertConfig.update(updater);