download function

void download(
  1. List<int> bytes, {
  2. required String downloadName,
})

Implementation

void download(
  List<int> bytes, {
  required String downloadName,
}) {
  lazy.log('download():platform implemented.');
  return;
}