CustomSchemeResponse constructor

CustomSchemeResponse({
  1. required Uint8List data,
  2. required String contentType,
  3. String contentEncoding = 'utf-8',
})

Implementation

CustomSchemeResponse(
    {required this.data,
    required this.contentType,
    this.contentEncoding = 'utf-8'});