setDictionaryFontSize method

void setDictionaryFontSize(
  1. double fontSize
)

Sets the debounce delay in milliseconds for searching in the app..

Implementation

void setDictionaryFontSize(double fontSize) async {
  await _preferences.put('dictionary_entry_font_size', fontSize);
}