onUpdatedSearchText property

dynamic Function(String searchText, dynamic update(List<CPListItem> results))? onUpdatedSearchText
final

Tells the delegate that the user updated the search criteria text. iOS 12.0+ | iPadOS 12.0+ | Mac Catalyst 13.1+

Implementation

final Function(String searchText, Function(List<CPListItem> results) update)?
    onUpdatedSearchText;