menu
ventour_connector package
documentation
domain/domain.dart
DownloaderStatusService
canDownloadTours method
canDownloadTours method
dark_mode
light_mode
canDownloadTours
method
bool
canDownloadTours
(
)
Implementation
bool canDownloadTours() { return (!_config.isLoan() && !_config.isStoreOffline()); }
ventour_connector package
documentation
domain/domain
DownloaderStatusService
canDownloadTours method
DownloaderStatusService class