getDownloadService function
Implementation
DownloadService getDownloadService() {
// if (kIsWeb) return WebDownloadService();
return DownloadServiceForBoth();
}
DownloadService getDownloadService() {
// if (kIsWeb) return WebDownloadService();
return DownloadServiceForBoth();
}