@override apply(Data? data) async { if (enabled == false) return; if (data != null) await resizeImage(data, width, height); }