removeQueries

abstract fun removeQueries(filter: RemoveQueriesFilter)

Removes the queries by the specified RemoveQueriesFilter.

Note: Queries will be removed from QueryClient, but QueryRef instances on the subscriber side will remain until they are dereferenced. Also, the kotlinx.coroutines.CoroutineScope associated with the kotlinx.coroutines.Job will be canceled at the time of removal.