setSearchDebounceDelay method
- int debounceDelay
Sets the debounce delay in milliseconds for searching in the app..
Implementation
void setSearchDebounceDelay(int debounceDelay) async {
await _preferences.put('auto_search_debounce_delay', debounceDelay);
}