removeImage method
Implementation
removeImage({required final bool notify, final Function()? onDelete}) {
_reset(error: false);
onDelete?.call();
if (notify) {
try { notifyListeners(); } catch(e) { null; }
}
}
removeImage({required final bool notify, final Function()? onDelete}) {
_reset(error: false);
onDelete?.call();
if (notify) {
try { notifyListeners(); } catch(e) { null; }
}
}