BytesSource constructor

BytesSource(
  1. Uint8List bytes, {
  2. String? mimeType,
})

Implementation

BytesSource(this.bytes, {this.mimeType});