FileResponse constructor

FileResponse({
  1. String? contentType,
  2. required Uint8List data,
})

Implementation

FileResponse({this.contentType, required this.data});