filterItems

open override fun filterItems(allItems: Boolean, filters: MutableState<String>, onFiltersSet: () -> Unit)

Method to filter the items list

Parameters

allItems

Whether filter the all items list

filters

The filters to use

onFiltersSet

The action to execute when the filters have been set