DownloadingPage constructor

DownloadingPage(
  1. String htmlUrl,
  2. String previewUrl,
  3. Future<String> html,
  4. Future<Uint8List>? preview,
)

Implementation

DownloadingPage(this.htmlUrl, this.previewUrl, this.html, this.preview);