getDownloadService function

DownloadService getDownloadService()

Implementation

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