setMaximumTerms method
- int value
Sets the maximum dictionary terms in a result.
Implementation
void setMaximumTerms(int value) async {
await _preferences.put('maximum_terms', value);
}
Sets the maximum dictionary terms in a result.
void setMaximumTerms(int value) async {
await _preferences.put('maximum_terms', value);
}