setMaximumTerms method

void setMaximumTerms(
  1. int value
)

Sets the maximum dictionary terms in a result.

Implementation

void setMaximumTerms(int value) async {
  await _preferences.put('maximum_terms', value);
}