searchQueryProvider top-level property
final
Provider for the current search query.
Use this provider to access and update the current search query text.
Implementation
final searchQueryProvider = StateProvider.autoDispose<String>((ref) => '');