menu
firebase_github_updater package
documentation
services/download_service.dart
DownloadService
cancelDownload method
cancelDownload method
dark_mode
light_mode
cancelDownload
method
void
cancelDownload
(
String
url
)
Implementation
void cancelDownload(String url) { _cancelTokens[url]?.cancel(); _cancelTokens.remove(url); }
firebase_github_updater package
documentation
services/download_service
DownloadService
cancelDownload method
DownloadService class