toggleAutoSearchEnabled method

void toggleAutoSearchEnabled()

Toggle auto search option.

Implementation

void toggleAutoSearchEnabled() async {
  await _preferences.put('auto_search', !autoSearchEnabled);
}