downloadFileWeb function

void downloadFileWeb(
  1. List<int> bytes,
  2. String filename
)

Implementation

void downloadFileWeb(List<int> bytes, String filename) {
  // No-op on non-web platforms
}