CorruptedImageFormatException constructor

CorruptedImageFormatException({
  1. required ImageFormat format,
  2. required Uri uri,
})

Implementation

CorruptedImageFormatException({
  required this.format, required this.uri
})
    : _message = "Failed to decode image with type $format, $uri";