Select Route Use Case
class SelectRouteUseCase @Inject constructor(repo: SvkRepository, resourceProvider: ResourceProvider)
Use case responsible for selecting a specific route and initializing a new transport instance.
Parameters
repo
The repository providing access to data sources.
resource Provider
The resource provider for accessing application resources.