fondeSearchFieldManager function

  1. @riverpod
FondeSearchFieldManager fondeSearchFieldManager(
  1. Ref ref
)

Provider that manages the state and actions of the search field.

Implementation

@riverpod
FondeSearchFieldManager fondeSearchFieldManager(Ref ref) {
  return FondeSearchFieldManager(ref);
}