menu
download_notification package
documentation
flutter_download_notification.dart
DownloadManager
removeDownload method
removeDownload method
dark_mode
light_mode
removeDownload
method
Future
<
void
>
removeDownload
(
String
url
)
Implementation
Future<void> removeDownload(String url) async { cancelDownload(url); _cache.remove(url); }
download_notification package
documentation
flutter_download_notification
DownloadManager
removeDownload method
DownloadManager class