RouteUpdatesUseCase

interface RouteUpdatesUseCase

Functions

Link copied to clipboard
abstract fun updatesForRoute(coroutineScope: CoroutineScope, route: Route, inLifecycle: Flow<Boolean>): Flow<Route>