downloadFileOnWeb function

void downloadFileOnWeb(
  1. String fileName,
  2. Uint8List fileBytes
)

Implementation

void downloadFileOnWeb(String fileName, Uint8List fileBytes) {
  throw UnsupportedError('downloadFileOnWeb is not supported on this platform');
}