autoSearchEnabled property
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);
}
Whether or not searching in the app is performed without hitting the submit button.
bool get autoSearchEnabled {
return _preferences.get('auto_search', defaultValue: true);
}