Searched refs:AppRepositoryImpl (Results 1 – 3 of 3) sorted by relevance
35 fun rememberAppRepository(): AppRepository = rememberContext(::AppRepositoryImpl) in rememberAppRepository()67 internal class AppRepositoryImpl(private val context: Context) : AppRepository { class
68 appRepositoryFactory: (Context) -> AppRepository = ::AppRepositoryImpl,
49 private val appRepository = AppRepositoryImpl(context)