Get Active Transport Use Case
class GetActiveTransportUseCase @Inject constructor(repo: SvkRepository, resourceProvider: ResourceProvider)
Use case responsible for retrieving the active transport.
Parameters
repo
The repository providing access to data sources.
resource Provider
The resource provider for accessing application resources.