ImageLoadResponse constructor

ImageLoadResponse(
  1. Uint8List bytes, {
  2. String? mime,
})

Implementation

ImageLoadResponse(this.bytes,{ this.mime });