update static method
Updates the global configuration by applying updater to the current
instance.
Implementation
static void update(ConvertConfig Function(ConvertConfig current) updater) {
_global = updater(_global);
}
Updates the global configuration by applying updater to the current
instance.
static void update(ConvertConfig Function(ConvertConfig current) updater) {
_global = updater(_global);
}