withImageAutoMode<T> function
Implementation
T withImageAutoMode<T>(ImageAutoMode mode, T Function() callback) {
return withImageAutoConfiguration(mode: mode, callback: callback);
}
T withImageAutoMode<T>(ImageAutoMode mode, T Function() callback) {
return withImageAutoConfiguration(mode: mode, callback: callback);
}