autoSearchEnabled property

bool autoSearchEnabled

Whether or not searching in the app is performed without hitting the submit button.

Implementation

bool get autoSearchEnabled {
  return _preferences.get('auto_search', defaultValue: true);
}