searchDebounceDelay property

int searchDebounceDelay

The search debounce delay in milliseconds for searching in the app..

Implementation

int get searchDebounceDelay {
  return _preferences.get('auto_search_debounce_delay',
      defaultValue: defaultSearchDebounceDelay);
}