downloadBytesFile function

void downloadBytesFile(
  1. String filename,
  2. List<int> bytes,
  3. String mimeType
)

Implementation

void downloadBytesFile(String filename, List<int> bytes, String mimeType) {}